From e5ba332b666208d54225a872ff88d777ab44519b Mon Sep 17 00:00:00 2001 From: Nick Adamson Date: Mon, 11 Dec 2023 11:10:07 -0800 Subject: [PATCH] CI: set env --- .github/workflows/release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 49b26e6..3226999 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -12,6 +12,8 @@ jobs: release: name: Release runs-on: ubuntu-latest + env: + GHP_PAT: ${{ secrets.GHP_PAT }} steps: - name: Checkout repo uses: actions/checkout@v3 @@ -45,8 +47,6 @@ jobs: run: pnpm audit signatures - name: Publish to Github Packages - env: - GHP_PAT: ${{ secrets.GHP_PAT }} run: pnpm ci:release - name: Setup .npmrc file to publish to npm