Skip to content

Commit

Permalink
Add missing permissions to publish job
Browse files Browse the repository at this point in the history
  • Loading branch information
brentvollebregt committed Nov 22, 2024
1 parent 7542e95 commit 7ec4e9c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,8 @@ jobs:
publish:
needs: [initial-checks, test]
runs-on: ubuntu-latest
permissions:
id-token: write

steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 7ec4e9c

Please sign in to comment.