Skip to content

Commit 3d8c1ab

Browse files
feat: Edit test workflow
1 parent 3d2485b commit 3d8c1ab

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
run: npm install --global vercel@latest
1616
- name: Echo env vars
1717
run: |
18-
VERCEL_TOKEN="${{ secrets.VERCEL_TOKEN }}"
19-
echo "VERCEL_TOKEN:" $VERCEL_TOKEN
18+
SECRETS="${{ secrets }}"
19+
echo "VERCEL_TOKEN:" $SECRETS
2020
# - name: Pull Vercel Environment Information
2121
# run: vercel pull --yes --environment=preview --token=${{ secrets.VERCEL_TOKEN }}

0 commit comments

Comments
 (0)