diff --git a/.github/workflows/deploy-frontend.yml b/.github/workflows/deploy-frontend.yml index 5f36515..4f202c8 100644 --- a/.github/workflows/deploy-frontend.yml +++ b/.github/workflows/deploy-frontend.yml @@ -33,5 +33,5 @@ jobs: run: npm ci - uses: enriikke/gatsby-gh-pages-action@v2 with: - access-token: ${{ secrets.ACCESS_TOKEN }} + access-token: ${{ secrets.GITHUB_TOKEN }} deploy-branch: gh-pages