Skip to content
Snippets Groups Projects
Commit f9f39997 authored by Dmitriy Safronov's avatar Dmitriy Safronov
Browse files

ci: npmrc

parent 02593842
No related branches found
No related tags found
No related merge requests found
...@@ -79,7 +79,7 @@ jobs: ...@@ -79,7 +79,7 @@ jobs:
# .npmrc # .npmrc
- name: Create .npmrc - name: Create .npmrc
run: | run: |
echo "//registry.npmjs.org/:_authToken=$NPM_TOKEN" > .npmrc echo "//registry.npmjs.org/:_authToken=${{ secrets.NPM_TOKEN }}" > .npmrc
# Build and push Docker image with Buildx # Build and push Docker image with Buildx
# https://github.com/docker/build-push-action # https://github.com/docker/build-push-action
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment