File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 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
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
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 }}
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments