Skip to content

Commit

Permalink
CI: set env
Browse files Browse the repository at this point in the history
  • Loading branch information
nickadamson committed Dec 11, 2023
1 parent 7e46448 commit e5ba332
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit e5ba332

Please sign in to comment.