Skip to content

Commit

Permalink
Give workflow permission to deploy pages.
Browse files Browse the repository at this point in the history
  • Loading branch information
christiandeange committed Mar 23, 2024
1 parent fce5c30 commit 20606e3
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,15 @@ on:
tags:
- 'v*.*.*'

permissions:
contents: read
pages: write
id-token: write

concurrency:
group: "pages"
cancel-in-progress: false

jobs:
publish-release:
runs-on: macos-latest
Expand Down

0 comments on commit 20606e3

Please sign in to comment.