File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 3232 registry : https://registry.npmjs.org/
3333 - uses : JS-DevTools/npm-publish@v1
3434 with :
35- token : ${{ secrets.NPM_TOKEN_GITHUB }}
35+ token : ${{ secrets.ACTIONS_ACCESS_KEY }}
3636 registry : https://npm.pkg.github.com
3737
3838 make-release :
7777 - name : Install node packages
7878 run : cd ../dist && yarn install --frozen-lockfile
7979 env :
80- NODE_AUTH_TOKEN : ${{secrets.NPM_TOKEN_GITHUB }}
80+ NODE_AUTH_TOKEN : ${{secrets.ACTIONS_ACCESS_KEY }}
8181 # Kind of a hack to avoid recursively copying the dist folder
8282 - name : Move dist folder down
8383 run : mv ../dist dist
Original file line number Diff line number Diff line change 3737 - name : Install node packages
3838 run : cd ../dist && yarn install --frozen-lockfile
3939 env :
40- NODE_AUTH_TOKEN : ${{secrets.NPM_TOKEN_GITHUB }}
40+ NODE_AUTH_TOKEN : ${{secrets.ACTIONS_ACCESS_KEY }}
4141 # Kind of a hack to avoid recursively copying the dist folder
4242 - name : Move dist folder down
4343 run : mv ../dist dist
You can’t perform that action at this time.
0 commit comments