Skip to content

Commit

Permalink
ci(github/actions): add write permissions to release action
Browse files Browse the repository at this point in the history
  • Loading branch information
justinrubek committed Mar 30, 2024
1 parent 874ac3f commit 7484c4c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ jobs:
publish-github:
name: publish to github releases
runs-on: ubuntu-latest
permissions:
contents: write

steps:
- name: checkout
Expand Down

0 comments on commit 7484c4c

Please sign in to comment.