We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 481e7d5 commit afc9f85Copy full SHA for afc9f85
.github/workflows/test-and-release.yml
@@ -171,6 +171,6 @@ jobs:
171
- name: Install Dependencies
172
run: yarn --frozen-lockfile
173
- name: Set NPM Token
174
- run: echo "//registry.npmjs.org/:_authToken=$NPM_TOKEN" >> ~/.npmrc
+ run: echo "//registry.npmjs.org/:_authToken=${{ secrets.NPM_TOKEN }}" >> ~/.npmrc
175
- name: Run Release Script
176
run: yarn release
0 commit comments