From 6b4b949b7f1c4e5564174bc9cc5d505c850c16ed Mon Sep 17 00:00:00 2001 From: rolljee Date: Tue, 17 Dec 2024 09:57:01 +0100 Subject: [PATCH] fix: It should now use the proper GH_TOKEN --- .github/workflows/push_branches.workflow.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/push_branches.workflow.yaml b/.github/workflows/push_branches.workflow.yaml index 4543e830..018f8514 100644 --- a/.github/workflows/push_branches.workflow.yaml +++ b/.github/workflows/push_branches.workflow.yaml @@ -90,6 +90,6 @@ jobs: - name: Release env: - GITHUB_TOKEN: ${{ secrets.NPM_TOKEN }} + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} SEMANTIC_RELEASE_SLACK_WEBHOOK: ${{ secrets.SEMANTIC_RELEASE_SLACK_WEBHOOK }} run: npx semantic-release