Skip to content

Commit

Permalink
Revert "Use built-in github token for auth"
Browse files Browse the repository at this point in the history
This reverts commit c9aa47f.
  • Loading branch information
jeff-horton-ho-sas committed Jun 28, 2024
1 parent c9aa47f commit dfe1e43
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 7 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/npm-publish-github-packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,8 @@ 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.GITHUB_TOKEN}}
NODE_AUTH_TOKEN: ${{secrets.GH_AUTH_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 dfe1e43

Please sign in to comment.