diff --git a/.github/workflows/vercel-deploy.yml b/.github/workflows/vercel-deploy.yml index bbb3827..15a6e53 100644 --- a/.github/workflows/vercel-deploy.yml +++ b/.github/workflows/vercel-deploy.yml @@ -26,7 +26,7 @@ jobs: - name: Deploy to Vercel uses: LoredDev/deploy-to-vercel-action@master with: - GITHUB_TOKEN: ${{ secrets.GH_TOKEN }} + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} VERCEL_TOKEN: ${{ secrets.VERCEL_TOKEN }} VERCEL_PROJECT_ID: ${{ secrets.VERCEL_PROJECT_ID }} VERCEL_ORG_ID: ${{ secrets.VERCEL_ORG_ID }}