Skip to content

Commit 5318472

Browse files
authored
refactor: Remove NPM_TOKEN from release.yml
Remove NPM_TOKEN from the release workflow environment, as we're using Trusted Publishing now.
1 parent 09836fc commit 5318472

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/release.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,5 @@ jobs:
7070
commit: "chore: version packages" # we need to fulfill commitlint based rules
7171
env:
7272
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
73-
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
7473
NPM_CONFIG_PROVENANCE: true
7574
HUSKY: 0 # Disable Husky hooks in CI

0 commit comments

Comments
 (0)