From 5ac3466f26747f6785bbdbba20e4234163c685ca Mon Sep 17 00:00:00 2001 From: axleiro <83293196+axleiro@users.noreply.github.com> Date: Thu, 3 Mar 2022 16:24:09 +0530 Subject: [PATCH] added PAT token fixing Error: Resource not accessible by integration --- .github/workflows/explorer_production.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/explorer_production.yml b/.github/workflows/explorer_production.yml index c421a8e972..d8f8925449 100644 --- a/.github/workflows/explorer_production.yml +++ b/.github/workflows/explorer_production.yml @@ -39,7 +39,7 @@ jobs: - uses: amondnet/vercel-action@v20 with: vercel-token: ${{ secrets.VERCEL_TOKEN }} # Required - github-token: ${{ secrets.GITHUB_TOKEN }} #Optional + github-token: ${{ secrets.PAT }} #Optional vercel-args: '--prod' #for production vercel-org-id: ${{ secrets.ORG_ID}} #Required vercel-project-id: ${{ secrets.PROJECT_ID}} #Required