Skip to content

Commit 67742d5

Browse files
authored
Set YARN_NPM_AUTH_TOKEN for publishing again (#7884)
1 parent 3a9dd74 commit 67742d5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -703,6 +703,8 @@ jobs:
703703
shell: bash
704704

705705
- name: Publish packages on npm with tag "ci"
706+
env:
707+
YARN_NPM_AUTH_TOKEN: ${{ secrets.NPM_ACCESS_TOKEN }}
706708
run: |
707709
yarn workspaces foreach -W --no-private \
708710
npm publish --provenance --tolerate-republish --tag ci

0 commit comments

Comments
 (0)