Skip to content

Commit 985e4ae

Browse files
gonzalocasasclaude
andcommitted
Grant contents:write to release publish job
The repo GITHUB_TOKEN was read-only, so the create-release step 403'd. Repo default workflow permissions are now read/write; make the publish job's requirement explicit too. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
1 parent 45a48c6 commit 985e4ae

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@ jobs:
2323
publish:
2424
needs: build
2525
runs-on: ubuntu-latest
26+
permissions:
27+
contents: write
2628
steps:
2729
- uses: compas-dev/compas-actions.publish@v3
2830
with:

0 commit comments

Comments
 (0)