Skip to content

Commit

Permalink
ci: Fix releases with id token
Browse files Browse the repository at this point in the history
  • Loading branch information
adinhodovic committed Oct 4, 2023
1 parent fb073f0 commit abd0efa
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,11 @@ jobs:
name: Release
runs-on: ubuntu-latest
timeout-minutes: 10
environment: release
permissions:
# IMPORTANT: this permission is mandatory for trusted publishing
id-token: write
contents: read
if: github.event_name == 'release'
needs:
- lint
Expand Down

0 comments on commit abd0efa

Please sign in to comment.