We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3c60dc8 commit 8fa1583Copy full SHA for 8fa1583
2 files changed
.github/workflows/__call-ci-node.yml
@@ -13,7 +13,7 @@ on:
13
CODECOV_TOKEN:
14
description: 'Codecov token to use for the workflow.'
15
required: false
16
- GH_BOT_TOKEN:
+ GH_TOKEN:
17
description: 'GitHub bot token to use for the workflow.'
18
19
@@ -109,4 +109,4 @@ jobs:
109
name: ${{ needs.setup_release.outputs.release_tag }}
110
prerelease: true
111
tag: ${{ needs.setup_release.outputs.release_tag }}
112
- token: ${{ secrets.GH_BOT_TOKEN }}
+ token: ${{ secrets.GH_TOKEN }}
.github/workflows/_ci-node.yml
@@ -30,3 +30,4 @@ jobs:
30
if: ${{ github.repository != 'LizardByte/.github' }}
31
secrets:
32
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
33
+ GH_TOKEN: ${{ secrets.GH_BOT_TOKEN }}
0 commit comments