diff --git a/.github/workflows/__call-ci-node.yml b/.github/workflows/__call-ci-node.yml index ba52e499..3db4c189 100644 --- a/.github/workflows/__call-ci-node.yml +++ b/.github/workflows/__call-ci-node.yml @@ -13,7 +13,7 @@ on: CODECOV_TOKEN: description: 'Codecov token to use for the workflow.' required: false - GH_BOT_TOKEN: + GH_TOKEN: description: 'GitHub bot token to use for the workflow.' required: false @@ -109,4 +109,4 @@ jobs: name: ${{ needs.setup_release.outputs.release_tag }} prerelease: true tag: ${{ needs.setup_release.outputs.release_tag }} - token: ${{ secrets.GH_BOT_TOKEN }} + token: ${{ secrets.GH_TOKEN }} diff --git a/.github/workflows/_ci-node.yml b/.github/workflows/_ci-node.yml index f0882d20..682792d2 100644 --- a/.github/workflows/_ci-node.yml +++ b/.github/workflows/_ci-node.yml @@ -30,3 +30,4 @@ jobs: if: ${{ github.repository != 'LizardByte/.github' }} secrets: CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }} + GH_TOKEN: ${{ secrets.GH_BOT_TOKEN }}