Skip to content

Commit

Permalink
CI: fix permissions for publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
hagenw committed Dec 13, 2023
1 parent f466336 commit c700ed7
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,6 @@ jobs:
permissions:
contents: write
id-token: write
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
strategy:
matrix:
platform:
Expand Down Expand Up @@ -58,6 +56,10 @@ jobs:

runs-on: 'ubuntu-latest'
needs: [ build ]
environment: release
permissions:
contents: write
id-token: write

steps:

Expand Down

0 comments on commit c700ed7

Please sign in to comment.