Skip to content

Commit

Permalink
Merge pull request #897 from danskernesdigitalebibliotek/try-to-add-n…
Browse files Browse the repository at this point in the history
…ode-auth-token-to-release-gh-workflow-steps

Add NODE_AUTH_TOKEN
  • Loading branch information
spaceo authored Jan 29, 2024
2 parents a014c63 + 9338a16 commit 6a9e107
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/create-release-on-branch-changes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,8 @@ jobs:
registry-url: 'https://npm.pkg.github.com'
always-auth: true
scope: '@danskernesdigitalebibliotek'
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

- run: yarn install --frozen-lockfile

Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/create-release-on-tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@ jobs:
registry-url: 'https://npm.pkg.github.com'
always-auth: true
scope: '@danskernesdigitalebibliotek'
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

- run: yarn install --frozen-lockfile

Expand Down

0 comments on commit 6a9e107

Please sign in to comment.