Skip to content

Commit

Permalink
grant deploy action write permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
bakkot committed Nov 10, 2023
1 parent 0b1d8bb commit 032b9ed
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ on:
push:
branches:
- main
permissions:
contents: write

jobs:
deploy:
Expand All @@ -16,7 +18,7 @@ jobs:
node-version: 16
- run: npm ci
- run: npm run build
- uses: JamesIves/github-pages-deploy-action@v4.3.3
- uses: JamesIves/github-pages-deploy-action@v4.4.3
with:
branch: gh-pages
folder: dist
Expand Down

0 comments on commit 032b9ed

Please sign in to comment.