Skip to content

Commit

Permalink
PLT-271 Add permissions for oidc (#77)
Browse files Browse the repository at this point in the history
  • Loading branch information
gsf authored Jan 19, 2024
1 parent c058cb3 commit ce44e3c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/opt-out-import-deploy-prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ on:

jobs:
deploy:
permissions:
contents: read
id-token: write
runs-on: ubuntu-latest
environment: prod

Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/opt-out-import-deploy-sbx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ on:

jobs:
deploy:
permissions:
contents: read
id-token: write
runs-on: ubuntu-latest
environment: sbx

Expand Down

0 comments on commit ce44e3c

Please sign in to comment.