Skip to content

Commit

Permalink
Use built-in github token for auth
Browse files Browse the repository at this point in the history
  • Loading branch information
jeff-horton-ho-sas committed Jun 28, 2024
1 parent dfe1e43 commit 63501d9
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/npm-publish-github-packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,10 @@ jobs:
- uses: actions/setup-node@v3
with:
node-version: 20
cache: 'npm'
registry-url: https://npm.pkg.github.com/
scope: '@ukhomeoffice'
- run: npm ci
- run: npm publish
env:
NODE_AUTH_TOKEN: ${{secrets.GH_AUTH_TOKEN}}
NODE_AUTH_TOKEN: ${{secrets.GITHUB_TOKEN}}
8 changes: 4 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 63501d9

Please sign in to comment.