Skip to content

Commit 4326af0

Browse files
ci: allow write access to repo contents for publishing releases
1 parent 82e2dd3 commit 4326af0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ jobs:
164164
if: ${{ startsWith(github.ref, 'refs/tags/') || inputs.publish }}
165165
permissions:
166166
id-token: write # Required for OIDC
167-
contents: read
167+
contents: write
168168
steps:
169169
- uses: actions/checkout@v4
170170
- uses: actions/download-artifact@v4

0 commit comments

Comments
 (0)