Skip to content

Commit 986cf1b

Browse files
pomfridaclaude
andauthored
fix(github): add id-token: write permission to purge CDN workflow (#4486)
The `_purge_cdn.yaml` workflow had `permissions: {}` which removed all permissions, preventing Azure federated credential login from obtaining the OIDC token needed for authentication. Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
1 parent da5facc commit 986cf1b

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/_purge_cdn.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@ on:
1111
jobs:
1212
purge:
1313
name: Purge the cdn to refresh cache
14-
permissions: {}
14+
permissions:
15+
id-token: write
1516
runs-on: ubuntu-latest
1617
environment: ${{ inputs.environment }}
1718
env:

0 commit comments

Comments
 (0)