Skip to content

Commit 0e427d0

Browse files
code rabbit
1 parent a6828c1 commit 0e427d0

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/deploy-js-kit-client.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
contents: write
5151
steps:
5252
- name: Git checkout
53-
uses: actions/checkout@v3
53+
uses: actions/checkout@v4
5454
with:
5555
token: ${{ secrets.SVC_TOKEN }}
5656

@@ -126,6 +126,6 @@ jobs:
126126
id: deploy
127127
env:
128128
VERCEL_ORG_ID: ${{ secrets.VERCEL_ORG_ID }}
129-
VERCEL_PROJECT_ID_JS_KIT: ${{ secrets.VERCEL_PROJECT_ID_JS_KIT }}
129+
VERCEL_PROJECT_ID: ${{ secrets.VERCEL_PROJECT_ID_JS_KIT }}
130130
working-directory: ./clients/js-kit
131131
run: echo "url=$(vercel deploy --prod --token=${{ secrets.VERCEL_TOKEN }})" | tee $GITHUB_OUTPUT

0 commit comments

Comments
 (0)