File tree Expand file tree Collapse file tree 4 files changed +1
-12
lines changed
Expand file tree Collapse file tree 4 files changed +1
-12
lines changed Original file line number Diff line number Diff line change 22
33set -e
44
5- printf " //registry.npmjs.org/:_authToken=%s" " $NPM_AUTH_TOKEN_SHARED " > " $HOME /.npmrc"
6-
75PACKAGE_VERSION=$( jq ' .version' --raw-output ./package.json)
86
97echo " ************* Building v$PACKAGE_VERSION *************"
Original file line number Diff line number Diff line change 22
33set -e
44
5- printf " //registry.npmjs.org/:_authToken=%s" " $NPM_AUTH_TOKEN_SHARED " > " $HOME /.npmrc"
6-
75PACKAGE_VERSION=$( jq ' .version' --raw-output ./package.json)
86
97echo " ************* Building v$PACKAGE_VERSION *************"
Original file line number Diff line number Diff line change 5959 name : octicons_gem
6060 path : ./lib/octicons_helper/vendor/cache
6161 - uses : ./.github/actions/build_ruby
62- env :
63- RUBYGEMS_TOKEN : ${{ secrets.RUBYGEMS_TOKEN }}
6462 with :
6563 args : octicons_helper
6664# node:
7371# name: octicons
7472# path: ./lib/build
7573# - uses: ./.github/actions/build_node
76- # env:
77- # NPM_AUTH_TOKEN_SHARED: ${{ secrets.NPM_AUTH_TOKEN_SHARED }}
7874# with:
7975# args: octicons_node
8076 angular :
8884 path : ./lib/build
8985 - name : Build @openproject/octicons-angular
9086 uses : ./.github/actions/build_angular
91- env :
92- NPM_AUTH_TOKEN_SHARED : ${{ secrets.NPM_AUTH_TOKEN_SHARED }}
9387 with :
9488 args : octicons_angular
Original file line number Diff line number Diff line change 4343 version : yarn changeset:version
4444 publish : script/changeset-publish
4545 env :
46- GITHUB_TOKEN : ${{ secrets.GPR_AUTH_TOKEN_SHARED }}
47- NPM_TOKEN : ${{ secrets.NPM_AUTH_TOKEN_SHARED }}
46+ GITHUB_TOKEN : ${{ steps.get-access-token.outputs.access-token }}
You can’t perform that action at this time.
0 commit comments