Skip to content

Commit

Permalink
fix: add id-token access to publish action (#303)
Browse files Browse the repository at this point in the history
  • Loading branch information
wraithgar committed Apr 19, 2023
1 parent 9e7136d commit f8976ca
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -322,6 +322,7 @@ jobs:
shell: bash
permissions:
deployments: write
id-token: write
steps:
- name: Checkout
uses: actions/checkout@v3
Expand Down
1 change: 1 addition & 0 deletions lib/content/_job-release-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ defaults:
shell: bash
permissions:
deployments: write
id-token: write
steps:
- name: Checkout
uses: actions/checkout@v3
Expand Down

0 comments on commit f8976ca

Please sign in to comment.