Skip to content

Commit df476d0

Browse files
Merge pull request #4 from strobelpierre/fix/release-permissions
ci: grant actions:write to release job so it can trigger appstore-publish
2 parents 12e2ec0 + d7476c7 commit df476d0

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ jobs:
2222
runs-on: ubuntu-latest
2323
permissions:
2424
contents: write
25+
actions: write # required to trigger appstore-build-publish.yml from the final step
2526
steps:
2627
- uses: actions/checkout@v4
2728
with:

0 commit comments

Comments
 (0)