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 5701c9e
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 6 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.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ukhomeoffice/asl-eslint-common",
"version": "2.0.0",
"version": "2.1.0",
"description": "eslint configuration, extended out to asl code base.",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 5701c9e

Please sign in to comment.