Skip to content

Commit

Permalink
Add permissions to GH action
Browse files Browse the repository at this point in the history
  • Loading branch information
alombarte committed Jun 28, 2024
1 parent 523745c commit 452fcfa
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 @@ -3,6 +3,8 @@ on:
push:
branches:
- master
permissions:
contents: write
jobs:
build-and-deploy:
runs-on: ubuntu-latest
Expand All @@ -18,7 +20,7 @@ jobs:
- run: npm run-script build

- name: Deploy 🚀
uses: JamesIves/github-pages-deploy-action@4.1.5
uses: JamesIves/github-pages-deploy-action@v4
with:
branch: gh-pages # The branch the action should deploy to.
folder: designer # The folder the action should deploy.

0 comments on commit 452fcfa

Please sign in to comment.