Skip to content

Commit 696ecdc

Browse files
committed
feat: testing ecr 5
1 parent 282e566 commit 696ecdc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/base.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,5 +64,5 @@ jobs:
6464
- name: install packages using yarn.lock
6565
run: |
6666
echo "{{secrets.WF_NPM_USER}}:registry=https://npm.pkg.github.com" >> .npmrc
67-
echo "//npm.pkg.github.com/:_authToken=${{ secretes.WF_NPM_TOKEN }}" >> .npmrc
67+
echo "//npm.pkg.github.com/:_authToken=${{ secrets.WF_NPM_TOKEN }}" >> .npmrc
6868
yarn --frozen-lockfile

0 commit comments

Comments
 (0)