Skip to content

Commit

Permalink
Okay fix permissions properly this time!
Browse files Browse the repository at this point in the history
  • Loading branch information
othyn committed Jan 1, 2023
1 parent 19bc392 commit 317a77a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/20-site.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ concurrency:
cancel-in-progress: true

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

jobs:
deploy:
Expand Down

0 comments on commit 317a77a

Please sign in to comment.