Skip to content

Commit 22af9e9

Browse files
committed
Remove token env from deployment woops
1 parent 67dfa06 commit 22af9e9

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

.github/workflows/_deploy.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -72,9 +72,7 @@ jobs:
7272
run: |
7373
npm publish
7474
echo "" >> $GITHUB_STEP_SUMMARY
75-
echo "Successfully published to the [NPM registry](https://www.npmjs.com/package/@sourcelib/${{inputs.package-name}}/v/$VERSION)" >> $GITHUB_STEP_SUMMARY
76-
env:
77-
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
75+
echo "Successfully published to the [NPM registry](https://www.npmjs.com/package/@sourcelib/${{inputs.package-name}}/v/$VERSION)" >> $GITHUB_STEP_SUMMARY
7876
7977
- name: Get Changelog
8078
id: changelog

0 commit comments

Comments
 (0)