Skip to content

Commit 377d3e2

Browse files
committed
Add contents permission back to publish workflow
1 parent f745169 commit 377d3e2

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,7 @@ jobs:
7676
if: github.event_name == 'push' && github.ref == 'refs/heads/master'
7777
permissions:
7878
id-token: write
79+
contents: write
7980
steps:
8081
- uses: actions/checkout@v2
8182

0 commit comments

Comments
 (0)