File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1010 executing-tests :
1111 runs-on : ubuntu-22.04
1212
13- permissions :
14- contents : read
15- packages : read
16-
1713 steps :
1814 - name : Checkout repository
1915 uses : actions/checkout@v6
@@ -27,16 +23,11 @@ jobs:
2723 registry-url : ' https://npm.pkg.github.com/'
2824 scope : ' @staffbase'
2925
30- - name : Configure GitHub Packages auth for yarn
31- run : echo "//npm.pkg.github.com/:_authToken=${NODE_AUTH_TOKEN}" >> ~/.npmrc
32- env :
33- NODE_AUTH_TOKEN : ${{ secrets.STAFFBOT_NPM_READ || secrets.GITHUB_TOKEN }}
34-
3526 - name : Install Yarn Dependencies
3627 working-directory : samples/weather-forecast
3728 run : yarn install --frozen-lockfile
3829 env :
39- NODE_AUTH_TOKEN : ${{ secrets.STAFFBOT_NPM_READ || secrets.GITHUB_TOKEN }}
30+ NODE_AUTH_TOKEN : ${{ secrets.STAFFBOT_NPM_READ }}
4031
4132 - name : Run Build
4233 working-directory : samples/weather-forecast
You can’t perform that action at this time.
0 commit comments