From 9a682bee5b0c28fa778cfe413fc27d4ae4b5a34d Mon Sep 17 00:00:00 2001 From: soloseng <102702451+soloseng@users.noreply.github.com> Date: Tue, 12 Mar 2024 11:11:15 -0400 Subject: [PATCH] add NPM static secret path --- .github/workflows/release.yml | 1 + .vscode/settings.json | 6 +++--- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 196398369..1e14f833b 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -31,6 +31,7 @@ jobs: with: api-url: https://api.gateway.akeyless.celo-networks-dev.org access-id: p-kf9vjzruht6l + static-secrets: '{"/static-secrets/NPM/npm-publish-token":"NPM_TOKEN"}' - name: Checkout Repo uses: actions/checkout@v4 diff --git a/.vscode/settings.json b/.vscode/settings.json index ed8cd1865..c461df645 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -25,19 +25,19 @@ "[javascriptreact]": { "editor.formatOnSave": true, "editor.codeActionsOnSave": { - "source.organizeImports": true + "source.organizeImports": "explicit" } }, "[typescript]": { "editor.formatOnSave": true, "editor.codeActionsOnSave": { - "source.organizeImports": true + "source.organizeImports": "explicit" } }, "[typescriptreact]": { "editor.formatOnSave": true, "editor.codeActionsOnSave": { - "source.organizeImports": true + "source.organizeImports": "explicit" } }, "javascript.format.enable": false,