Skip to content

Commit 82a5c55

Browse files
fix: update GitHub token reference in release index workflow
1 parent b192e48 commit 82a5c55

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release-index.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333

3434
- name: Build Release Index
3535
env:
36-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
36+
GITHUB_TOKEN: ${{ secrets.TOKEN_GITHUB }}
3737
run: node build-releases.js
3838
timeout-minutes: 2
3939

@@ -49,7 +49,7 @@ jobs:
4949
uses: peaceiris/actions-gh-pages@v4
5050
if: success()
5151
with:
52-
github_token: ${{ secrets.GITHUB_TOKEN }}
52+
github_token: ${{ secrets.TOKEN_GITHUB }}
5353
publish_dir: ./releases
5454
publish_branch: gh-pages
5555
user_name: "github-actions[bot]"

0 commit comments

Comments
 (0)