Skip to content

Commit

Permalink
[Dependencies] - Update .github/actions/npm/action.yml to match the t…
Browse files Browse the repository at this point in the history
…emplate repo
  • Loading branch information
credfeto committed Oct 5, 2023
1 parent 4e0f340 commit 0c629ae
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/actions/npm/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,8 @@ runs:
- if: ${{inputs.NPM_SIGNING == 'true'}}
name: "NPM: Create Store Signing Wallet"
uses: ttd2089/[email protected]
#uses: ttd2089/[email protected]
uses: credfeto/secret-file-action@feat/fix-github-deprecations
id: store-siging-wallet
with:
secret: ${{inputs.NPM_PACKAGE_STORE_SIGNING_WALLET}}
Expand Down

0 comments on commit 0c629ae

Please sign in to comment.