diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index ca48c17..1f587f0 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -7,6 +7,8 @@ on: jobs: build-and-deploy: runs-on: ubuntu-latest + permissions: + contents: write steps: - name: Checkout uses: actions/checkout@v3 @@ -33,4 +35,5 @@ jobs: uses: JamesIves/github-pages-deploy-action@v4 with: folder: app/dist - branch: gh-pages \ No newline at end of file + branch: gh-pages + token: ${{ secrets.ACCESS_TOKEN }}