File tree Expand file tree Collapse file tree 4 files changed +14
-2
lines changed Expand file tree Collapse file tree 4 files changed +14
-2
lines changed Original file line number Diff line number Diff line change 99 type : string
1010 required : false
1111 default : ' 18'
12+ secrets :
13+ node_auth_token :
14+ description : The Node.js auth token.
15+ required : true
1216 outputs :
1317 artifact_name :
1418 description : The artifact name.
2630 uses : ./.github/actions/setup
2731 with :
2832 node_version : ${{ inputs.node_version }}
29- node_auth_token : ${{ secrets.GH_TOKEN }}
33+ node_auth_token : ${{ secrets.node_auth_token }}
3034 - name : Build
3135 run : npm run build
3236 - name : Package
Original file line number Diff line number Diff line change 1212 description : The package registry host.
1313 type : string
1414 required : true
15+ node_auth_token :
16+ description : The Node.js auth token.
17+ required : true
1518 secrets :
1619 registry_token :
1720 description : The package registry token.
2932 uses : ./.github/actions/setup
3033 with :
3134 install_dependencies : ' false'
32- node_auth_token : ${{ secrets.GH_TOKEN }}
35+ node_auth_token : ${{ secrets.node_auth_token }}
3336 - name : Download artifact
3437 uses : actions/download-artifact@v3
3538 with :
Original file line number Diff line number Diff line change 6161 build :
6262 name : Build
6363 uses : ./.github/workflows/_build.yml
64+ secrets :
65+ node_auth_token : ${{ secrets.GH_TOKEN }}
6466 install :
6567 name : Install (Node.js v${{ matrix.node }} on ${{ matrix.os_name }})
6668 runs-on : ${{ matrix.os }}
Original file line number Diff line number Diff line change 1212 build :
1313 name : Build
1414 uses : ./.github/workflows/_build.yml
15+ secrets :
16+ node_auth_token : ${{ secrets.GH_TOKEN }}
1517 release :
1618 name : GitHub Releases
1719 runs-on : ubuntu-latest
5557 registry_host : https://npm.pkg.github.com
5658 secrets :
5759 registry_token : ${{ secrets.GITHUB_TOKEN }}
60+ node_auth_token : ${{ secrets.GH_TOKEN }}
You can’t perform that action at this time.
0 commit comments