We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d0b2c37 commit 7316296Copy full SHA for 7316296
.github/workflows/pr-preview.yaml
@@ -19,6 +19,8 @@ jobs:
19
- uses: actions/checkout@v4
20
- name: Install Vercel CLI
21
run: npm install --global vercel@latest
22
+ - name: Login to Vercel
23
+ run: vercel login --token=${{ secrets.VERCEL_TOKEN }}
24
- name: Get Vercel Environment Variables
25
run: vercel pull --yes --environment=preview --token=${{ secrets.VERCEL_TOKEN }}
26
- name: Build Project Artifacts
0 commit comments