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 7c4876c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@ on:
# runs on releases
release: {}
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
workflow_dispatch: {}

# 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 7c4876c

Please sign in to comment.