Skip to content

Commit

Permalink
updated CI workflow to allow the "publish" job to write to the curren…
Browse files Browse the repository at this point in the history
…t "id-token"
  • Loading branch information
friedemannsommer committed Nov 12, 2023
1 parent 7adff6a commit 1d21f5b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,9 @@ jobs:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

publish:
permissions:
contents: read
id-token: write
needs:
- check
runs-on: ubuntu-latest
Expand Down

0 comments on commit 1d21f5b

Please sign in to comment.