Skip to content

Commit a23a1ff

Browse files
committed
ci: release environment
1 parent a0cedbe commit a23a1ff

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ jobs:
1313
contents: write
1414
id-token: write
1515

16+
environment: release
17+
1618
steps:
1719
- uses: actions/checkout@v4
1820
with:
@@ -38,6 +40,3 @@ jobs:
3840

3941
- name: Publish to NPM
4042
run: pnpm -r publish --access public --no-git-checks
41-
env:
42-
NODE_AUTH_TOKEN: ${{ secrets.NPM_PUBLISH_TOKEN }}
43-
NPM_CONFIG_PROVENANCE: true

0 commit comments

Comments
 (0)