From 495be1869964727a41afca0f0952188519892d17 Mon Sep 17 00:00:00 2001 From: Nikhil-Ladha Date: Wed, 3 Mar 2021 01:18:36 +0530 Subject: [PATCH] Change token Signed-off-by: Nikhil-Ladha --- .github/workflows/preview-site.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/preview-site.yml b/.github/workflows/preview-site.yml index c2705162c4a2..ef49c315f3ff 100644 --- a/.github/workflows/preview-site.yml +++ b/.github/workflows/preview-site.yml @@ -33,7 +33,7 @@ jobs: with: publish-dir: 'public' production-deploy: false - github-token: ${{ secrets.GITHUB_TOKEN }} + github-token: ${{ secrets.GH_ACCESS_TOKEN }} enable-commit-comment: false env: NETLIFY_AUTH_TOKEN: ${{ secrets.NETLIFY_AUTH_TOKEN }} @@ -42,7 +42,7 @@ jobs: - name: Comment Deploy URL uses: ./.github/actions/comment-preview-on-pr with: - token: ${{ secrets.GITHUB_TOKEN }} + token: ${{ secrets.GH_ACCESS_TOKEN }} deploy_url: "${{ steps.netlify.outputs.deploy-url }}"