Skip to content

Commit 9983a12

Browse files
authored
Fix release step perms (#646)
1 parent 5fff971 commit 9983a12

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ on:
1111
jobs:
1212
build:
1313
runs-on: ubuntu-22.04
14+
permissions:
15+
contents: write
1416
env:
1517
RELEASE: ${{ github.event.release.name }}
1618
RELEASE_ZIP: zoo-diff-viewer-extension_${{ github.event.release.name || github.sha }}.zip

0 commit comments

Comments
 (0)