Skip to content

Commit

Permalink
fix: grant write permisions for release
Browse files Browse the repository at this point in the history
Signed-off-by: hxtree <[email protected]>
  • Loading branch information
hxtree committed Oct 24, 2023
1 parent 8ea6bc9 commit 1c2f73a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/call-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ jobs:
name: release
timeout-minutes: 15
runs-on: ubuntu-latest
permissions:
contents: write
steps:

- name: checkout repository
Expand Down

0 comments on commit 1c2f73a

Please sign in to comment.