Skip to content

Commit

Permalink
comment out permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
inker committed Dec 21, 2023
1 parent 5869816 commit 8af44c0
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@ on:

jobs:
deploy:
permissions:
contents: read
pages: write
id-token: write
actions: read
# permissions:
# contents: read
# pages: write
# id-token: write
# actions: read
environment:
name: github-pages
url: ${{ steps.deployment.outputs.page_url }}
Expand Down

0 comments on commit 8af44c0

Please sign in to comment.