Skip to content

Commit 0a7f7f9

Browse files
Update Vercel token reference in CI/CD workflow for improved project specificity
1 parent 737c8ee commit 0a7f7f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/e2e-for-future.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
echo "Deployed to: $DEPLOY_URL"
4747
4848
env:
49-
VERCEL_TOKEN: ${{ secrets.VERCEL_TOKEN }}
49+
VERCEL_TOKEN: ${{ secrets.VERCEL_TOKEN_MY_PROJECT }}
5050

5151
e2e-tests:
5252
name: Run E2E Tests

0 commit comments

Comments
 (0)