File tree Expand file tree Collapse file tree 2 files changed +9
-6
lines changed
Expand file tree Collapse file tree 2 files changed +9
-6
lines changed Original file line number Diff line number Diff line change 2424 yarn test:unit
2525 env :
2626 CI : true
27- REACT_APP_PUBLIC_KEY : ${{ secrets.ik_public_key }}
28- REACT_APP_PRIVATE_KEY : ${{ secrets.ik_private_key }}
29- REACT_APP_URL_ENDPOINT : ${{ secrets.ik_url_endopint }}
27+ VUE_APP_PUBLIC_KEY : ${{ secrets.ik_public_key }}
28+ VUE_APP_PRIVATE_KEY : ${{ secrets.ik_private_key }}
29+ VUE_APP_URL_ENDPOINT : ${{ secrets.ik_url_endopint }}
Original file line number Diff line number Diff line change 2727 yarn test
2828 env :
2929 CI : true
30-
31- publish :
30+ VUE_APP_PUBLIC_KEY : ${{ secrets.ik_public_key }}
31+ VUE_APP_PRIVATE_KEY : ${{ secrets.ik_private_key }}
32+ VUE_APP_URL_ENDPOINT : ${{ secrets.ik_url_endopint }}
33+
34+ publish :
3235 needs : build
3336 runs-on : ubuntu-latest
3437 steps :
4144 run : |
4245 npm i -g yarn
4346 yarn config set //registry.npmjs.org/:_authToken=$NODE_AUTH_TOKEN
44- yarn publish
47+ yarn publish
4548 env :
4649 NODE_AUTH_TOKEN : ${{secrets.npm_token}}
4750 CI : true
You can’t perform that action at this time.
0 commit comments