Skip to content

Commit 886dba7

Browse files
committed
fix(workflows): remove force-publish input and update workflow SHA
Removes the force-publish input which is no longer needed and updates the provenance workflow SHA to reference the current main branch that includes the force-registry and skip-npm-packages inputs.
1 parent 5346e40 commit 886dba7

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

.github/workflows/_local-not-for-reuse-provenance.yml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,6 @@ on:
1414
options:
1515
- '0'
1616
- '1'
17-
force-publish:
18-
description: 'Force publish without commit checks'
19-
required: false
20-
default: false
21-
type: boolean
2217
force-registry:
2318
description: 'Force publish @socketsecurity/registry regardless of version changes'
2419
required: false
@@ -36,10 +31,9 @@ permissions:
3631

3732
jobs:
3833
publish:
39-
uses: SocketDev/socket-registry/.github/workflows/provenance.yml@42af85173896eefdd299364a2200d308b1c63caa # main
34+
uses: SocketDev/socket-registry/.github/workflows/provenance.yml@bdc7093e232f6f311339aca89e13bf3bbdd5d7ac # main
4035
with:
4136
debug: ${{ inputs.debug }}
42-
force-publish: ${{ inputs.force-publish }}
4337
force-registry: ${{ inputs.force-registry }}
4438
skip-npm-packages: ${{ inputs.skip-npm-packages }}
4539
publish-script: 'package-npm-publish' # runs scripts/publish-npm-packages.mjs

0 commit comments

Comments
 (0)