Skip to content

Commit

Permalink
ci: fix action permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
carlosala committed Aug 12, 2024
1 parent 23f00ae commit cff31c2
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,9 @@ on:

# Sets the GITHUB_TOKEN permissions to allow deployment to GitHub Pages
permissions:
actions: read
actions: write
contents: read
pages: write
id-token: write

# Allow one concurrent deployment
concurrency:
Expand Down

0 comments on commit cff31c2

Please sign in to comment.