Skip to content

Commit 75b6045

Browse files
committed
chore: remove npm token
Signed-off-by: BRIAN GLEESON <Brian.Gleeson@ie.ibm.com>
1 parent 90970e5 commit 75b6045

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/release.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,12 +49,10 @@ jobs:
4949
if: github.event_name == 'workflow_dispatch' && inputs.dry_run
5050
env:
5151
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
52-
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
5352
run: npm run semantic-release -- --dry-run
5453

5554
- name: Semantic Release
5655
if: github.event_name == 'push' || (github.event_name == 'workflow_dispatch' && !inputs.dry_run)
5756
env:
5857
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
59-
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
6058
run: npm run semantic-release

0 commit comments

Comments
 (0)