Skip to content

Commit 7316296

Browse files
committed
config [#50] Workflow에 'vercel login' step 추가
1 parent d0b2c37 commit 7316296

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/pr-preview.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ jobs:
1919
- uses: actions/checkout@v4
2020
- name: Install Vercel CLI
2121
run: npm install --global vercel@latest
22+
- name: Login to Vercel
23+
run: vercel login --token=${{ secrets.VERCEL_TOKEN }}
2224
- name: Get Vercel Environment Variables
2325
run: vercel pull --yes --environment=preview --token=${{ secrets.VERCEL_TOKEN }}
2426
- name: Build Project Artifacts

0 commit comments

Comments
 (0)