From b4baa4c09b39c6583142258e22c55f3cc136663c Mon Sep 17 00:00:00 2001 From: ReenigneArcher <42013603+ReenigneArcher@users.noreply.github.com> Date: Sun, 2 Nov 2025 08:56:44 -0500 Subject: [PATCH] ci(node): ensure token is passed --- .github/workflows/__call-ci-node.yml | 4 ++-- .github/workflows/_ci-node.yml | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) 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 }}