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,