Skip to content

Commit

Permalink
fix(workflow): gh-pages action has write permission
Browse files Browse the repository at this point in the history
  • Loading branch information
sneas committed Oct 22, 2023
1 parent 4ec577e commit 5a60371
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/gh-pages.yml
Expand Up @@ -3,6 +3,8 @@ on:
push:
branches:
- main
permissions:
contents: write
jobs:
build-and-deploy:
runs-on: macos-latest
Expand Down

0 comments on commit 5a60371

Please sign in to comment.