We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d3c23f7 commit 75b5e06Copy full SHA for 75b5e06
.github/workflows/nytimes.yml
@@ -67,9 +67,7 @@ jobs:
67
curl -L \
68
-X POST \
69
-H "Accept: application/vnd.github+json" \
70
- -H "Authorization: Bearer ${{ env.GITHUB_TOKEN }}" \
+ -H "Authorization: Bearer ${{ secrets.WORKFLOW_ACCESS_TOKEN }}" \
71
-H "X-GitHub-Api-Version: 2022-11-28" \
72
https://api.github.com/repos/lzwjava/lzwjava.github.io/actions/workflows/gh-pages.yml/dispatches \
73
-d '{"ref": "main"}'
74
- env:
75
- GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments