Skip to content

Commit 9138adb

Browse files
committed
we no longer need npm token for publishing
1 parent 9031739 commit 9138adb

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/release-feature-branch.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -388,8 +388,6 @@ jobs:
388388
- name: Publish (from tarball)
389389
if: steps.checks.outputs.has_new_release == 'true'
390390
shell: bash
391-
env:
392-
NODE_AUTH_TOKEN: ${{ secrets.NPM_ACCESS_TOKEN }}
393391
run: |
394392
set -euxo pipefail
395393
npm publish ./artifacts/${{ matrix.package }}/package.tgz --tag "${{ steps.checks.outputs.tag }}"

0 commit comments

Comments
 (0)