Skip to content

Commit e5ea956

Browse files
authored
Merge pull request #19 from ReforgeHQ/remove-npm-auth-token
chore: remove NPM_AUTH_TOKEN from release workflow
2 parents 93c38af + 786b195 commit e5ea956

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/release.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,6 @@ jobs:
5353
id-token: write
5454
outputs:
5555
published-version: ${{ needs.check-version.outputs.current-version }}
56-
env:
57-
NPM_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
5856
steps:
5957
- uses: actions/checkout@v4
6058
# Setup .npmrc file to publish to npm

0 commit comments

Comments
 (0)