Commit 26d4781
committed
fix(ci): grant id-token: write to test-local job
test-warehouse.yml declares id-token: write at the job level (added in
#997 for the athena AWS-OIDC step). Reusable-workflow permissions are
bounded by the calling job, so test-local needs the same grant even
though no local matrix entry actually triggers the OIDC step.
Without this, GitHub rejects the workflow with:
Error calling workflow '.../test-warehouse.yml@...'.
The nested job 'test' is requesting 'id-token: write',
but is only allowed 'id-token: none'.
Made-with: Cursor1 parent ea58f53 commit 26d4781
1 file changed
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
46 | 46 | | |
47 | 47 | | |
48 | 48 | | |
| 49 | + | |
49 | 50 | | |
50 | 51 | | |
51 | 52 | | |
| |||
0 commit comments