Skip to content

Commit d700ba3

Browse files
runningcodeclaude
andauthored
ci(build): Add packages:write permission to snapshot workflow (#3227)
## Summary - Add missing `packages: write` permission to the snapshot workflow so that the called `build.yml` nested jobs (`platform-specific-docker`, `multiarch-docker`) can push Docker images. TIL: AI lies even if you ask it to check. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-authored-by: Claude Opus 4.6 (1M context) <[email protected]>
1 parent e8e9a96 commit d700ba3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/snapshot.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ on:
66

77
permissions:
88
contents: write
9+
packages: write
910

1011
jobs:
1112
prepare:

0 commit comments

Comments
 (0)