Skip to content

Commit

Permalink
CI: fix secrets
Browse files Browse the repository at this point in the history
  • Loading branch information
nickadamson committed Dec 11, 2023
1 parent 69ae602 commit 5193c63
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:

- name: Publish to Github Packages
env:
NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GHP_PAT: ${{ secrets.GHP_PAT }}
run: pnpm ci:release

- name: Setup .npmrc file to publish to npm
Expand Down
2 changes: 1 addition & 1 deletion .npmrc
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ dedupe-peer-dependents=true
shared-workspace-lockfile=false
prefer-workspace-packages=true

//npm.pkg.github.com/:_authToken=${CR_PAT}
//npm.pkg.github.com/:_authToken=${GHP_PAT}
@valorem-labs-inc:registry=https://npm.pkg.github.com

0 comments on commit 5193c63

Please sign in to comment.