Skip to content

Commit

Permalink
Permissions for OIDC
Browse files Browse the repository at this point in the history
  • Loading branch information
dentarg committed Dec 2, 2023
1 parent bd5f084 commit a1f33ee
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/oidc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ on: [push]

# https://docs.github.com/en/actions/deployment/security-hardening-your-deployments/configuring-openid-connect-in-cloud-providers

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

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

0 comments on commit a1f33ee

Please sign in to comment.