Skip to content

Commit

Permalink
Adding permissions to fix error
Browse files Browse the repository at this point in the history
  • Loading branch information
angellionn committed Aug 24, 2023
1 parent 7862c36 commit 5dfb642
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/uncertainty-source-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ on:
branches:
- main

permissions:
contents: write

jobs:
build-and-deploy:
runs-on: ubuntu-latest
Expand All @@ -24,7 +27,7 @@ jobs:
npm run build
- name: Deploy
uses: JamesIves/github-pages-deploy-action@v4.4.0
uses: JamesIves/github-pages-deploy-action@v4
with:
branch: gh-pages
folder: app/dist
Expand Down

0 comments on commit 5dfb642

Please sign in to comment.