File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1616 steps :
1717 - uses : actions/checkout@9f698171ed81b15d1823a05fc7211befd50c8ae0 # v6.0.3
1818 with :
19- token : ${{ secrets.GH_PAT }}
19+ token : ${{ secrets.GH_PAT || github.token }}
2020 persist-credentials : false
2121
2222 - name : Set up Node
Original file line number Diff line number Diff line change 1616 steps :
1717 - uses : actions/checkout@9f698171ed81b15d1823a05fc7211befd50c8ae0 # v6.0.3
1818 with :
19- token : ${{ secrets.GH_PAT }}
19+ token : ${{ secrets.GH_PAT || github.token }}
2020 persist-credentials : false
2121
2222 - name : Set up Node
Original file line number Diff line number Diff line change 1616 steps :
1717 - uses : actions/checkout@9f698171ed81b15d1823a05fc7211befd50c8ae0 # v6.0.3
1818 with :
19- token : ${{ secrets.GH_PAT }}
19+ token : ${{ secrets.GH_PAT || github.token }}
2020 persist-credentials : false
2121
2222 - name : Set up Node
Original file line number Diff line number Diff line change 1919 steps :
2020 - uses : actions/checkout@9f698171ed81b15d1823a05fc7211befd50c8ae0 # v6.0.3
2121 with :
22- token : ${{ secrets.GH_PAT }}
22+ token : ${{ secrets.GH_PAT || github.token }}
2323 persist-credentials : false
2424
2525 - name : Set up Node
3838 env :
3939 # Sub-path that GitHub Pages serves this repo under.
4040 # Change to / if using a custom domain or org/user Pages site.
41- COMPONENT_LAB_BASE : /ps-uswds -react/
41+ COMPONENT_LAB_BASE : /gps-design-systems -react/
4242 run : npm run build --workspace=apps/component-lab
4343
4444 - name : Upload Pages artifact
Original file line number Diff line number Diff line change 1515 steps :
1616 - uses : actions/checkout@9f698171ed81b15d1823a05fc7211befd50c8ae0 # v6.0.3
1717 with :
18- token : ${{ secrets.GH_PAT }}
18+ token : ${{ secrets.GH_PAT || github.token }}
1919 persist-credentials : false
2020
2121 - name : Set up Node
Original file line number Diff line number Diff line change 2525 steps :
2626 - uses : actions/checkout@9f698171ed81b15d1823a05fc7211befd50c8ae0 # v6.0.3
2727 with :
28- token : ${{ secrets.GH_PAT }}
28+ token : ${{ secrets.GH_PAT || github.token }}
2929 persist-credentials : false
3030 ref : ${{ github.event.inputs.sha }}
3131
You can’t perform that action at this time.
0 commit comments