Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Commit

Permalink
fix(workflow): add id-token: write
Browse files Browse the repository at this point in the history
  • Loading branch information
ybelMekk committed Apr 27, 2023
1 parent 37257a9 commit d4755a9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,7 @@ jobs:
runs-on: ubuntu-20.04
permissions:
contents: read
id-token: write
if: ${{ github.ref == 'refs/heads/main' }}
env:
DIGEST: "${{ needs.build.outputs.digest }}"
Expand Down

0 comments on commit d4755a9

Please sign in to comment.