Skip to content

Commit 943606c

Browse files
committed
fix: set env var
1 parent 702f0d0 commit 943606c

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/cd.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,10 @@ jobs:
88
id-token: write
99
pages: write
1010

11-
name: Build my project ✨
11+
env:
12+
VERCEL_ORG_ID: ${{ secrets.VERCEL_ORG_ID }}
13+
VERCEL_PROJECT_ID: ${{ secrets.VERCEL_PROJECT_ID }}
14+
1215
runs-on: ubuntu-latest
1316
steps:
1417
# Checkout

0 commit comments

Comments
 (0)