chore(ci): Try setting npmjs registry explicitly (#639)

* Try fixing npmjs auth issue

* Use fluencebot token for release
This commit is contained in:
Anatolios Laskaris 2023-01-17 19:47:20 +02:00 committed by GitHub
parent 4a76c6f29f
commit a3b39a8d40
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -25,6 +25,7 @@ jobs:
id: release
uses: google-github-actions/release-please-action@v3
with:
token: ${{ secrets.FLUENCEBOT_RELEASE_PLEASE_PAT }}
command: manifest
config-file: .github/release-please/config.json
manifest-file: .github/release-please/manifest.json
@ -124,6 +125,7 @@ jobs:
uses: actions/setup-node@v3
with:
node-version: "16"
registry-url: "https://registry.npmjs.org"
cache-dependency-path: "cli/cli-npm/package-lock.json"
cache: "npm"
@ -178,6 +180,7 @@ jobs:
uses: actions/setup-node@v3
with:
node-version: "16"
registry-url: "https://registry.npmjs.org"
cache-dependency-path: "api/aqua-api-npm/package-lock.json"
cache: "npm"
@ -232,6 +235,7 @@ jobs:
uses: actions/setup-node@v3
with:
node-version: "16"
registry-url: "https://registry.npmjs.org"
cache-dependency-path: "language-server/language-server-npm/package-lock.json"
cache: "npm"