From 9b6468a40b8a476d7812423ff6fe7b73f5f91f1d Mon Sep 17 00:00:00 2001 From: Tim Pietrusky Date: Tue, 4 Jun 2024 11:29:38 +0200 Subject: [PATCH] fix: use custom GITHUB_TOKEN to bypass branch protection --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index eaaf223..ff67b7a 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -56,7 +56,7 @@ jobs: additional-packages: | ['@semantic-release/git', '@semantic-release/changelog'] env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + GITHUB_TOKEN: ${{ secrets.BLIBLA_SEMANTIC_RELEASE }} - name: Build image and push it to Docker Hub if: steps.semanticrelease.outputs.new-release-published == 'true'