Skip to content

Commit df34159

Browse files
committed
add dummy node auth key for actions/setup-node@main
1 parent 9d41025 commit df34159

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/push-tagged-release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,8 @@ jobs:
5353
version: ${{ inputs.sectionChangelog }}
5454
- name: Install dependencies
5555
run: yarn install
56+
env:
57+
NODE_AUTH_TOKEN: THIS-IS-DUMMY-KEY
5658
- name: Create dist JS
5759
run: yarn build:all
5860
- name: Create jest results

0 commit comments

Comments
 (0)