Commit 04366e0
ci(build): Add packages:write permission to snapshot workflow (#3224)
## Summary
Fixes failed action here:
https://github.com/getsentry/sentry-cli/actions/runs/23303634015
- Adds `packages: write` to the snapshot workflow's top-level
permissions. GitHub validates reusable workflow permissions statically —
even though the docker jobs in `build.yml` have `if:
!inputs.is-snapshot` and won't run, the caller must still grant the
permissions they declare.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent a1e2592 commit 04366e0
1 file changed
+1
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| 9 | + | |
9 | 10 | | |
10 | 11 | | |
11 | 12 | | |
| |||
0 commit comments