Skip to content

Commit a36c605

Browse files
authored
Merge pull request #57 from brionmario/fix-release-ci
ci: update GH token
2 parents 3b77891 + 3acc6dc commit a36c605

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/deploy-gh-pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ concurrency:
3737
cancel-in-progress: false
3838

3939
env:
40-
GH_TOKEN: ${{ secrets.RELEASE_BOT_TOKEN }}
40+
GH_TOKEN: ${{ secrets.ASGARDEO_GITHUB_BOT_TOKEN }}
4141
DOC_DIR: docs
4242

4343
jobs:

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ on:
1111
concurrency: ${{ github.workflow }}-${{ github.ref }}
1212

1313
env:
14-
GH_TOKEN: ${{ secrets.RELEASE_BOT_TOKEN }}
14+
GH_TOKEN: ${{ secrets.ASGARDEO_GITHUB_BOT_TOKEN }}
1515
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
1616

1717
jobs:

0 commit comments

Comments
 (0)