From 4e3d311beffaf059cec5dc9f3ce23ecd20371b3f Mon Sep 17 00:00:00 2001 From: Alejandro Celaya Date: Sun, 9 May 2021 14:25:10 +0200 Subject: [PATCH] Changed token used for preview deployment --- .github/workflows/deploy-preview.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }}