Skip to content

Commit

Permalink
fix: added permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
xavidop committed Nov 8, 2024
1 parent e713a75 commit a2ae81f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
name: Publish to GitHub Pages

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

on:
push:
branches:
Expand Down

0 comments on commit a2ae81f

Please sign in to comment.