Skip to content

Commit

Permalink
ci: add required permissions to write
Browse files Browse the repository at this point in the history
  • Loading branch information
xhyrom committed Jul 19, 2024
1 parent 9c96594 commit 09be27c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,8 @@ jobs:
name: release
runs-on: ubuntu-latest
needs: compile
permissions:
contents: write
steps:
- name: checkout
uses: actions/checkout@v4
Expand Down

0 comments on commit 09be27c

Please sign in to comment.