Skip to content

Commit

Permalink
add write permission to ghpage action
Browse files Browse the repository at this point in the history
  • Loading branch information
eri24816 committed Jun 27, 2024
1 parent 9b00332 commit a478188
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ghpage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ on:
branches:
- main # Set a branch name to trigger deployment
pull_request:
permissions:
contents: write

jobs:
deploy:
Expand Down

0 comments on commit a478188

Please sign in to comment.