File tree Expand file tree Collapse file tree 2 files changed +3
-6
lines changed
Expand file tree Collapse file tree 2 files changed +3
-6
lines changed Original file line number Diff line number Diff line change 55 target :
66 description : The Nx target to run
77 required : true
8- gh-token :
8+ github_token :
99 description : GitHub token
10- required : true
10+ default : ' ${{ github.token }} '
1111
1212runs :
1313 using : composite
3838 gh extension install actions/gh-actions-cache
3939 gh actions-cache delete "nx-cache" --confirm
4040 env :
41- GH_TOKEN : ${{ inputs.gh-token }}
41+ GH_TOKEN : ${{ inputs.github_token }}
4242 - name : Save Nx cache
4343 uses : actions/cache/save@v4
4444 with :
4545 path : .nx
4646 key : nx-cache
47- env :
48- GH_TOKEN : ${{ inputs.gh-token }}
Original file line number Diff line number Diff line change 2828 - uses : ./.github/actions/run-nx-target
2929 with :
3030 target : lint
31- gh-token : ${{ secrets.GITHUB_TOKEN }}
3231 build :
3332 name : Build
3433 runs-on : ubuntu-latest
You can’t perform that action at this time.
0 commit comments