Skip to content

Commit 2730686

Browse files
authored
Merge pull request #41 from flippercloud/automate-publishing
Add explicit permissions to release workflow configuration
2 parents 431dac3 + 0fcdbaf commit 2730686

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/release.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ on:
77

88
concurrency: ${{ github.workflow }}-${{ github.ref }}
99

10+
permissions:
11+
contents: write
12+
pull-requests: write
13+
1014
jobs:
1115
release:
1216
name: Release

0 commit comments

Comments
 (0)