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 57b2a8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:

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

0 comments on commit 57b2a8a

Please sign in to comment.