Skip to content

Commit 7f7c2f6

Browse files
committed
fix: credintials for ci deployment
1 parent d0e8c0f commit 7f7c2f6

1 file changed

Lines changed: 8 additions & 1 deletion

File tree

.github/workflows/automation.yml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,14 @@ jobs:
8787
uses: actions/setup-node@v2
8888
with:
8989
node-version: 14.15.4
90-
- run: yarn install
90+
- name: yarn install
91+
run: >
92+
echo "//registry.npmjs.org/:_authToken=${{ secrets.NPM_TOKEN }}" >
93+
.npmrc
94+
95+
yarn install
96+
- name: yarn build
97+
run: yarn build
9198
- uses: EndBug/add-and-commit@v7
9299
with:
93100
add: './dist'

0 commit comments

Comments
 (0)