Skip to content

Commit a20a679

Browse files
committed
retrigger ci
1 parent 0a77b5f commit a20a679

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/nodejs.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
CI: true
2626
VUE_APP_PUBLIC_KEY: ${{ secrets.ik_public_key }}
2727
VUE_APP_PRIVATE_KEY: ${{ secrets.ik_private_key }}
28-
VUE_APP_URL_ENDPOINT: ${{ secrets.IK_URL_ENDPOINT }}
28+
VUE_APP_URL_ENDPOINT: ${{ secrets.ik_url_endpoint }}
2929

3030
e2e:
3131
runs-on: ubuntu-latest
@@ -46,7 +46,7 @@ jobs:
4646
run: |
4747
npm install
4848
cd samples/sample-app
49-
echo VUE_APP_URL_ENDPOINT = ${{ secrets.IK_URL_ENDPOINT }} > .env;
49+
echo VUE_APP_URL_ENDPOINT = ${{ secrets.ik_url_endpoint }} > .env;
5050
npm install
5151
npm run build
5252
@@ -59,4 +59,4 @@ jobs:
5959
CI: true
6060
VUE_APP_PUBLIC_KEY: ${{ secrets.ik_public_key }}
6161
VUE_APP_PRIVATE_KEY: ${{ secrets.ik_private_key }}
62-
VUE_APP_URL_ENDPOINT: ${{ secrets.IK_URL_ENDPOINT }}
62+
VUE_APP_URL_ENDPOINT: ${{ secrets.ik_url_endpoint }}

.github/workflows/npmpublish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
CI: true
2828
VUE_APP_PUBLIC_KEY: ${{ secrets.ik_public_key }}
2929
VUE_APP_PRIVATE_KEY: ${{ secrets.ik_private_key }}
30-
VUE_APP_URL_ENDPOINT: ${{ secrets.IK_URL_ENDPOINT }}
30+
VUE_APP_URL_ENDPOINT: ${{ secrets.ik_url_endpoint }}
3131

3232
publish:
3333
needs: build

0 commit comments

Comments
 (0)