Skip to content

Commit

Permalink
Use right token
Browse files Browse the repository at this point in the history
  • Loading branch information
guidoderooij authored Mar 21, 2024
1 parent a18fbad commit a972e72
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a972e72

Please sign in to comment.