Skip to content

Commit bce5b55

Browse files
committed
cleanup npmjs token input
1 parent c901222 commit bce5b55

File tree

3 files changed

+0
-5
lines changed

3 files changed

+0
-5
lines changed

.github/workflows/cd.packages-stable.create-release-drafts.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,6 @@ jobs:
127127
tasks/npm-publish.sh packages/metadata/ latest
128128
env:
129129
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
130-
NPMJS_TOKEN: ${{ secrets.NPMJS_TOKEN }}
131130

132131
check-sdk-core-version:
133132
name: Checking if SDK-Core should be published

.github/workflows/ci.canary.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,6 @@ jobs:
218218
tasks/npm-publish.sh packages/metadata/ dev --verbose
219219
env:
220220
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
221-
NPMJS_TOKEN: ${{ secrets.NPMJS_TOKEN }}
222221

223222
publish-sdk-html-docs:
224223
name: Publish canary HTML docs

.github/workflows/handler.publish-release-packages.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,6 @@ jobs:
5252
tasks/npm-publish.sh packages/ethereum-contracts/ latest
5353
env:
5454
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
55-
NPMJS_TOKEN: ${{ secrets.NPMJS_TOKEN }}
5655

5756
- name: Publish sdk-core package
5857
id: publish-sdk-core
@@ -74,7 +73,6 @@ jobs:
7473
> sdk-core-redirect/index.html
7574
env:
7675
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
77-
NPMJS_TOKEN: ${{ secrets.NPMJS_TOKEN }}
7876

7977
- name: Upload sdk-core HTML documentation
8078
if: env.PUBLISH_SDK_CORE == 1
@@ -119,7 +117,6 @@ jobs:
119117
> sdk-redux-redirect/index.html
120118
env:
121119
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
122-
NPMJS_TOKEN: ${{ secrets.NPMJS_TOKEN }}
123120

124121
- name: Upload sdk-redux HTML documentation
125122
if: env.PUBLISH_SDK_REDUX == 1

0 commit comments

Comments
 (0)