Skip to content

Commit

Permalink
Fix deploy scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
obany committed Sep 18, 2024
1 parent 63b0e88 commit a8c80f4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/preview-build-deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
run: npm run dist

- name: Deploy to Vercel
uses: iFixit/deploy-to-vercel-action@master
uses: BetaHuhn/deploy-to-vercel-action@v1.10.0
with:
GITHUB_TOKEN: ${{ secrets.GH_PAT }}
VERCEL_TOKEN: ${{ secrets.VERCEL_TOKEN }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/prod-build-deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
with:
fetch-depth: 0
- name: Deploy to Vercel
uses: iFixit/deploy-to-vercel-action@master
uses: BetaHuhn/deploy-to-vercel-action@v1.10.0
with:
GITHUB_TOKEN: ${{ secrets.GH_PAT }}
VERCEL_TOKEN: ${{ secrets.VERCEL_TOKEN }}
Expand Down

0 comments on commit a8c80f4

Please sign in to comment.