Skip to content

Commit

Permalink
chore: grant duvet action more permissions (#4854)
Browse files Browse the repository at this point in the history
  • Loading branch information
dougch authored Oct 21, 2024
1 parent b293f3d commit 9cd117f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci_compliance.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@ on:
types: [checks_requested]
branches: [main]

permissions:
contents: read # This is required for actions/checkout
id-token: write # This is required for requesting the JWT/OIDC

jobs:
duvet:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 9cd117f

Please sign in to comment.