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.
2 parents 3b77891 + 3acc6dc commit a36c605Copy full SHA for a36c605
.github/workflows/deploy-gh-pages.yml
@@ -37,7 +37,7 @@ concurrency:
37
cancel-in-progress: false
38
39
env:
40
- GH_TOKEN: ${{ secrets.RELEASE_BOT_TOKEN }}
+ GH_TOKEN: ${{ secrets.ASGARDEO_GITHUB_BOT_TOKEN }}
41
DOC_DIR: docs
42
43
jobs:
.github/workflows/release.yml
@@ -11,7 +11,7 @@ on:
11
concurrency: ${{ github.workflow }}-${{ github.ref }}
12
13
14
15
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
16
17
0 commit comments