Skip to content

Commit

Permalink
CI: fix permissions to publish Github pages (#72)
Browse files Browse the repository at this point in the history
* CI: fix permissions to publish Github pages

* Adjust to used action
  • Loading branch information
hagenw authored Nov 10, 2023
1 parent 6cab244 commit 83db150
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,10 @@ jobs:
runs-on: ubuntu-latest
environment: release
permissions:
contents: write
id-token: write
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}

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

0 comments on commit 83db150

Please sign in to comment.