Skip to content

Commit 1d36efe

Browse files
committed
chore: replace RELEASE_BOT_TOKEN with ASGARDEO_GITHUB_BOT_TOKEN in release.yml
1 parent fd2bc68 commit 1d36efe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.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)