Skip to content

Commit

Permalink
allow jwt requests for oidc
Browse files Browse the repository at this point in the history
  • Loading branch information
itaimarongwe-okta committed Sep 24, 2024
1 parent e450e76 commit 805b87d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/rl-scanner.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@ on:
- opened
- synchronize

# Enable JWT read
permissions:
id-token: write # This is required for requesting the JWT

jobs:
checkout-build-scan-only:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 805b87d

Please sign in to comment.