Skip to content

Commit ce3af62

Browse files
fix: add contents:read to release job permissions for private repos
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 771d3a9 commit ce3af62

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/release-rust.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ jobs:
2222
runs-on: ubuntu-latest
2323
environment: crates-io
2424
permissions:
25+
contents: read
2526
id-token: write
2627
steps:
2728
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)