We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 08f4857 commit 787a7b6Copy full SHA for 787a7b6
.github/workflows/codeql.yml
@@ -55,8 +55,13 @@ jobs:
55
- name: Install npm@9
56
run: npm i -g npm@9
57
58
- - name: Build and test
59
- run: npm run build
+ - name: Build and test
+ run: |
60
+ npm config set //npm.pkg.github.com/:_authToken=${{ secrets.GPR_ACCESS_TOKEN }}
61
+ npm ci
62
+ npm run ci
63
+ env:
64
+ AZ_DevOps_Read_PAT: ${{ secrets.AZ_DevOps_Read_PAT }}
65
66
- name: Perform CodeQL Analysis
67
uses: github/codeql-action/analyze@v3
0 commit comments