Skip to content

Commit

Permalink
Giving write permissions to master and release workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
francescmm committed Oct 20, 2024
1 parent a64e893 commit 00ddf54
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/master.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,4 @@ jobs:
secrets: inherit
permissions:
actions: write
contents: read
contents: write
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ jobs:
secrets: inherit
permissions:
actions: write
contents: read
contents: write

0 comments on commit 00ddf54

Please sign in to comment.