Skip to content

Commit

Permalink
ci: the publish-workflow needs write-all permissions for protected tags
Browse files Browse the repository at this point in the history
  • Loading branch information
Strobotti committed Feb 25, 2024
1 parent 0ddeced commit f8d00c6
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,7 @@ on:
jobs:
publish:
runs-on: ubuntu-latest
permissions:
contents: write
pages: write
permissions: write-all

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

0 comments on commit f8d00c6

Please sign in to comment.