We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 702f0d0 commit 943606cCopy full SHA for 943606c
1 file changed
.github/workflows/cd.yml
@@ -8,7 +8,10 @@ jobs:
8
id-token: write
9
pages: write
10
11
- name: Build my project ✨
+ env:
12
+ VERCEL_ORG_ID: ${{ secrets.VERCEL_ORG_ID }}
13
+ VERCEL_PROJECT_ID: ${{ secrets.VERCEL_PROJECT_ID }}
14
+
15
runs-on: ubuntu-latest
16
steps:
17
# Checkout
0 commit comments