Commit 83f5a68
fix: add id-token: write permission to scorecard reusable workflow (#1)
The Sigstore/Fulcio signing step requires a GitHub OIDC token to sign
scorecard results for publication. Reusable workflows have their own
permissions scope — the caller's id-token: write grant doesn't flow
through unless declared here.
Without this, the token expires immediately causing:
error signing scorecard results: expired_token
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>1 parent 6c4c2d8 commit 83f5a68
1 file changed
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
| 17 | + | |
17 | 18 | | |
18 | 19 | | |
19 | 20 | | |
| |||
0 commit comments