Skip to content

Commit

Permalink
fix: add permissions to read oidc jwt id token (#84)
Browse files Browse the repository at this point in the history
  • Loading branch information
david-iov authored May 7, 2024
1 parent 6752d38 commit 21795bd
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/deploy-qa.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ jobs:
deploy:
runs-on: ubuntu-latest
environment: QA
permissions:
id-token: write
contents: read

steps:
- name: Checkout
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/deploy-testnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ jobs:
deploy:
runs-on: ubuntu-latest
environment: TESTNET
permissions:
id-token: write
contents: read

steps:
- name: Checkout
Expand Down

0 comments on commit 21795bd

Please sign in to comment.