Skip to content

Commit

Permalink
more trial and error perms
Browse files Browse the repository at this point in the history
  • Loading branch information
gkindel committed Oct 21, 2024
1 parent 7578eda commit cfdbf2e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/npm-publish-github-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,9 @@ jobs:
needs: build
runs-on: ubuntu-latest
if: github.ref == 'refs/heads/main'
permissions: write-all
permissions:
contents: write
pages: write
steps:
- name: Checkout repo
uses: actions/checkout@v4
Expand Down

0 comments on commit cfdbf2e

Please sign in to comment.