File tree Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -178,12 +178,10 @@ runs:
178
178
inputs.NPM_SIGNING == 'true' &&
179
179
inputs.PROJECT_TO_PUBLISH != ''
180
180
name: "NPM: Create Store Signing Wallet"
181
- #uses: ttd2089/secret-file-action@1.0.0
182
- uses: credfeto/secret-file-action@feat/fix-github-deprecations
183
- id: store-siging-wallet
181
+ uses: ./.github/actions/save-secret-as-file
182
+ id: store-signing-wallet
184
183
with:
185
184
secret: ${{inputs.NPM_PACKAGE_STORE_SIGNING_WALLET}}
186
- b64-decode: false
187
185
188
186
- if : |
189
187
inputs.NPM_SIGNING == 'true' &&
@@ -196,7 +194,7 @@ runs:
196
194
-Package "${{github.workspace}}/dist/${{inputs.PROJECT_TO_PUBLISH}}-${{inputs.BUILD_VERSION}}.nupkg" \
197
195
-WarningAsErrors true \
198
196
-Wallet false \
199
- -Wallet "${{steps.store-siging -wallet.outputs.file}}" \
197
+ -Wallet "${{steps.store-signing -wallet.outputs.file}}" \
200
198
-WalletPassword "${{inputs.NPM_PACKAGE_STORE_SIGNING_WALLET_PASSWORD}}"
201
199
env:
202
200
DOTNET_ROOT: "${{github.workspace}}/.dotnet/${{github.sha}}-${{github.run_id}}-${{github.run_number}}-${{github.run_attempt}}"
You can’t perform that action at this time.
0 commit comments