From a972e7218a03da5c795d6f32b086680e04eeadca Mon Sep 17 00:00:00 2001 From: Guido de Rooij <72734809+guidoderooij@users.noreply.github.com> Date: Thu, 21 Mar 2024 13:27:25 +0100 Subject: [PATCH] Use right token --- .github/workflows/release.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index a3e6138..eff6649 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -14,13 +14,12 @@ jobs: runs-on: ubuntu-latest outputs: tag-name: ${{ steps.bump.outputs.newTag }} - permissions: - contents: write steps: - uses: actions/checkout@v4 with: - token: ${{ secrets.GITHUB_TOKEN }} + # This is a public_repo Github personal access token. + token: ${{ secrets.WORKFLOW_GITHUB_TOKEN }} - name: Bump version id: bump