Skip to content

Commit e5ba332

Browse files
committed
CI: set env
1 parent 7e46448 commit e5ba332

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ jobs:
1212
release:
1313
name: Release
1414
runs-on: ubuntu-latest
15+
env:
16+
GHP_PAT: ${{ secrets.GHP_PAT }}
1517
steps:
1618
- name: Checkout repo
1719
uses: actions/checkout@v3
@@ -45,8 +47,6 @@ jobs:
4547
run: pnpm audit signatures
4648

4749
- name: Publish to Github Packages
48-
env:
49-
GHP_PAT: ${{ secrets.GHP_PAT }}
5050
run: pnpm ci:release
5151

5252
- name: Setup .npmrc file to publish to npm

0 commit comments

Comments
 (0)