Skip to content

Commit

Permalink
Add write access to id-token
Browse files Browse the repository at this point in the history
  • Loading branch information
keupoz committed Oct 29, 2024
1 parent c395fda commit 5b1e493
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@ concurrency: '${{ github.workflow }}-${{ github.ref }}'
jobs:
build-and-publish:
runs-on: ubuntu-latest

permissions:
id-token: write

steps:
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v4
Expand Down

0 comments on commit 5b1e493

Please sign in to comment.