Skip to content

Commit d384444

Browse files
mzitnikmzitnik
andauthored
add permissions: write-all to release workflow (#1461)
Co-authored-by: mzitnik <[email protected]>
1 parent 0935e6a commit d384444

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ jobs:
1313
name: "Build and Publish Artifact"
1414
runs-on: "ubuntu-latest"
1515

16+
permissions: write-all
17+
1618
steps:
1719
- name: Check out Git repository
1820
uses: actions/checkout@v3

0 commit comments

Comments
 (0)