Skip to content

Commit

Permalink
NODE_AUTH_TOKEN is set in action config to be the GITHUB_TOKEN.
Browse files Browse the repository at this point in the history
  • Loading branch information
jeff-horton-ho-sas committed Jun 28, 2024
1 parent f69ff04 commit a18fc1e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .npmrc
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
//npm.pkg.github.com/:_authToken=${GITHUB_TOKEN}
@ukhomeoffice:registry=https://npm.pkg.github.com
//npm.pkg.github.com/:_authToken=${NODE_AUTH_TOKEN}
4 changes: 2 additions & 2 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.1.0",
"version": "2.2.0",
"description": "eslint configuration, extended out to asl code base.",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit a18fc1e

Please sign in to comment.