mirror of
https://github.com/0xbow-io/privacy-pools-core.git
synced 2026-01-09 01:17:58 -05:00
fix: second try fixing gh canary action (#73)
Second try to fix the npm auth Fixes SEC-255
This commit is contained in:
5
.github/workflows/sdk-canary.yml
vendored
5
.github/workflows/sdk-canary.yml
vendored
@@ -27,6 +27,7 @@ jobs:
|
||||
node-version: 20.x
|
||||
cache: "yarn"
|
||||
registry-url: 'https://registry.npmjs.org'
|
||||
token: ${{ secrets.NPM_TOKEN }}
|
||||
|
||||
- name: Install dependencies
|
||||
run: yarn --frozen-lockfile --network-concurrency 1
|
||||
@@ -42,6 +43,4 @@ jobs:
|
||||
run: yarn version --new-version "0.0.0-${GITHUB_SHA::8}" --no-git-tag-version
|
||||
|
||||
- name: Publish canary
|
||||
run: npm publish --access public --tag canary
|
||||
env:
|
||||
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
|
||||
run: npm publish --access public --tag canary
|
||||
Reference in New Issue
Block a user