Skip to content

Commit

Permalink
test preview
Browse files Browse the repository at this point in the history
  • Loading branch information
jfmartinz committed Jun 14, 2024
1 parent 766b3d1 commit 8a9aba5
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.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Vercel Preview Deployment
env:
VERCEL_ORG_ID: ${{ secrets.VERCEL_ORG_ID }}
VERCEL_PROJECT_ID: ${{ secrets.VERCEL_PROJECT_ID }}

VERCEL_TOKEN: ${{ secrets.VERCEL_TOKEN }}
on:
pull_request:
branches:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/production.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Vercel Production Deployment
env:
VERCEL_ORG_ID: ${{ secrets.VERCEL_ORG_ID }}
VERCEL_PROJECT_ID: ${{ secrets.VERCEL_PROJECT_ID }}

VERCEL_TOKEN: ${{ secrets.VERCEL_TOKEN }}
on:
push:
branches:
Expand Down

0 comments on commit 8a9aba5

Please sign in to comment.