diff --git a/.github/actions/npm/action.yml b/.github/actions/npm/action.yml index d12a6a7b..56e63879 100644 --- a/.github/actions/npm/action.yml +++ b/.github/actions/npm/action.yml @@ -84,7 +84,8 @@ runs: - if: ${{inputs.NPM_SIGNING == 'true'}} name: "NPM: Create Store Signing Wallet" - uses: ttd2089/secret-file-action@1.0.0 + #uses: ttd2089/secret-file-action@1.0.0 + uses: credfeto/secret-file-action@feat/fix-github-deprecations id: store-siging-wallet with: secret: ${{inputs.NPM_PACKAGE_STORE_SIGNING_WALLET}}