Skip to content

Commit 8fa1583

Browse files
ci(node): ensure token is passed (#555)
1 parent 3c60dc8 commit 8fa1583

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/__call-ci-node.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ on:
1313
CODECOV_TOKEN:
1414
description: 'Codecov token to use for the workflow.'
1515
required: false
16-
GH_BOT_TOKEN:
16+
GH_TOKEN:
1717
description: 'GitHub bot token to use for the workflow.'
1818
required: false
1919

@@ -109,4 +109,4 @@ jobs:
109109
name: ${{ needs.setup_release.outputs.release_tag }}
110110
prerelease: true
111111
tag: ${{ needs.setup_release.outputs.release_tag }}
112-
token: ${{ secrets.GH_BOT_TOKEN }}
112+
token: ${{ secrets.GH_TOKEN }}

.github/workflows/_ci-node.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,3 +30,4 @@ jobs:
3030
if: ${{ github.repository != 'LizardByte/.github' }}
3131
secrets:
3232
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
33+
GH_TOKEN: ${{ secrets.GH_BOT_TOKEN }}

0 commit comments

Comments
 (0)