Skip to content

Commit

Permalink
Merge pull request #4 from M4RC0Sx/develop
Browse files Browse the repository at this point in the history
ci: give actions release job contents write permissions
  • Loading branch information
M4RC0Sx authored Aug 17, 2024
2 parents ed54fae + 351d1c4 commit 4df80ba
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 @@ -7,6 +7,8 @@ on:
jobs:
release:
runs-on: ubuntu-latest
permissions:
contents: write
steps:
#----------------------------------------------
# Check-out repo
Expand Down

0 comments on commit 4df80ba

Please sign in to comment.