diff --git a/.github/workflows/deploy-preview.yml b/.github/workflows/deploy-preview.yml index b163d74d..cb168c6f 100644 --- a/.github/workflows/deploy-preview.yml +++ b/.github/workflows/deploy-preview.yml @@ -25,7 +25,7 @@ jobs: - name: Deploy uses: JamesIves/github-pages-deploy-action@4.1.1 with: - token: ${{ secrets.GITHUB_TOKEN }} + token: ${{ secrets.PREVIEW_DEPLOY_TOKEN }} branch: preview-env folder: build target-folder: ${{ steps.generate_slug.outputs.slug }}