Skip to content
This repository was archived by the owner on Jan 2, 2026. It is now read-only.

Commit 5ba0b4f

Browse files
zircoteclaude
andcommitted
fix(ci): add contents:read permission for private repo checkout
Removed environment requirement and added explicit contents:read permission to allow checkout action to access private repository. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent b0f4243 commit 5ba0b4f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ jobs:
99
publish:
1010
name: Build and Publish
1111
runs-on: ubuntu-latest
12-
environment: release
1312
permissions:
13+
contents: read # Required to checkout private repo
1414
id-token: write # Required for trusted publishing
1515

1616
steps:

0 commit comments

Comments
 (0)