Skip to content

Commit

Permalink
added permissions to the workflow so we can modify JWT used for OIDC
Browse files Browse the repository at this point in the history
  • Loading branch information
jburns24 committed Sep 21, 2023
1 parent 8d216b0 commit 6f16f0f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/build-infra.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@ on:
- main
workflow_dispatch: {}

permissions:
id-token: write # Needed to modify JWT token for OIDC
contents: read # Needed for actions/checkout


jobs:
run:
name: run
Expand Down

0 comments on commit 6f16f0f

Please sign in to comment.