Skip to content

Commit

Permalink
add actions permission
Browse files Browse the repository at this point in the history
  • Loading branch information
saltydk committed Jul 8, 2024
1 parent bf6ebc7 commit 1d47c65
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ on:

permissions:
contents: write
actions: write

jobs:
build:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ on:

permissions:
contents: write
actions: write

jobs:
update-release-file:
Expand Down

0 comments on commit 1d47c65

Please sign in to comment.