Skip to content

Commit

Permalink
Merge pull request #65 from spinkube/fix-10
Browse files Browse the repository at this point in the history
grant contents: write permissions to the github token
  • Loading branch information
bacongobbler authored Mar 20, 2024
2 parents f7e111d + e9a0f32 commit 5eb5654
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ on:

jobs:
goreleaser:
permissions:
# grant the github token the ability to modify release tags
contents: write
runs-on: ubuntu-latest
steps:
- name: Checkout
Expand Down

0 comments on commit 5eb5654

Please sign in to comment.