From 5193c631ee89028f1d69604ef87a5a1df41e5cdb Mon Sep 17 00:00:00 2001 From: Nick Adamson Date: Mon, 11 Dec 2023 10:59:50 -0800 Subject: [PATCH] CI: fix secrets --- .github/workflows/release.yml | 2 +- .npmrc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 8e257b67..04ce1642 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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 diff --git a/.npmrc b/.npmrc index 09bdf340..2235b290 100644 --- a/.npmrc +++ b/.npmrc @@ -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 \ No newline at end of file