From 4829509286afee02b7d0897cb654b8f638b7ede0 Mon Sep 17 00:00:00 2001 From: "Gustavo \"Guz\" L. de Mello" Date: Thu, 23 May 2024 16:53:19 -0300 Subject: [PATCH] fix(ci): github comments --- .github/workflows/deploy-preview.yml | 1 + .github/workflows/deploy.yml | 1 + 2 files changed, 2 insertions(+) diff --git a/.github/workflows/deploy-preview.yml b/.github/workflows/deploy-preview.yml index 3febfd4..9a70c81 100644 --- a/.github/workflows/deploy-preview.yml +++ b/.github/workflows/deploy-preview.yml @@ -41,6 +41,7 @@ jobs: - name: Deploy uses: amondnet/vercel-action@v25 with: + github-token: ${{ secrets.GITHUB_TOKEN }} vercel-token: ${{ secrets.VERCEL_TOKEN }} vercel-org-id: ${{ secrets.VERCEL_ORG_ID }} vercel-project-id: ${{ secrets.VERCEL_PROJECT_ID }} diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 3bb73b9..5c21b01 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -37,6 +37,7 @@ jobs: - name: Deploy uses: amondnet/vercel-action@v25 with: + github-token: ${{ secrets.GITHUB_TOKEN }} vercel-token: ${{ secrets.VERCEL_TOKEN }} vercel-org-id: ${{ secrets.VERCEL_ORG_ID }} vercel-project-id: ${{ secrets.VERCEL_PROJECT_ID }}