Skip to content

Commit 1da8b9f

Browse files
committed
vars not env for actions. 🤦
1 parent c69e38e commit 1da8b9f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: Production Tag Deployment
22
env:
3-
VERCEL_ORG_ID: ${{ env.VERCEL_ORG_ID }}
4-
VERCEL_PROJECT_ID: ${{ env.VERCEL_PROJECT_ID }}
3+
VERCEL_ORG_ID: ${{ vars.VERCEL_ORG_ID }}
4+
VERCEL_PROJECT_ID: ${{ vars.VERCEL_PROJECT_ID }}
55
on:
66
push:
77
# Pattern matched against refs/tags

0 commit comments

Comments
 (0)