Skip to content

Commit

Permalink
ci(github): add write permission to action
Browse files Browse the repository at this point in the history
  • Loading branch information
timmywil committed Sep 22, 2023
1 parent 51adef2 commit 74ae9ba
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,10 @@ defaults:
shell: bash

jobs:
# Build job
build:
deploy:
runs-on: ubuntu-latest
permissions:
actions: write
env:
DEPLOY_DIR: _site/
DEPLOY_BRANCH: gh-pages
Expand Down

0 comments on commit 74ae9ba

Please sign in to comment.