We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b192e48 commit 82a5c55Copy full SHA for 82a5c55
.github/workflows/release-index.yaml
@@ -33,7 +33,7 @@ jobs:
33
34
- name: Build Release Index
35
env:
36
- GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
+ GITHUB_TOKEN: ${{ secrets.TOKEN_GITHUB }}
37
run: node build-releases.js
38
timeout-minutes: 2
39
@@ -49,7 +49,7 @@ jobs:
49
uses: peaceiris/actions-gh-pages@v4
50
if: success()
51
with:
52
- github_token: ${{ secrets.GITHUB_TOKEN }}
+ github_token: ${{ secrets.TOKEN_GITHUB }}
53
publish_dir: ./releases
54
publish_branch: gh-pages
55
user_name: "github-actions[bot]"
0 commit comments