Skip to content

Commit d699400

Browse files
committed
chore(provenance): drop publish-without-sfw + bump socket-registry to d638c11f
1 parent b23b000 commit d699400

1 file changed

Lines changed: 1 addition & 7 deletions

File tree

.github/workflows/provenance.yml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,6 @@ on:
1919
options:
2020
- '0'
2121
- '1'
22-
publish-without-sfw:
23-
description: 'Publish directly to npm, bypassing Socket firewall shims'
24-
required: false
25-
default: false
26-
type: boolean
2722

2823
permissions:
2924
contents: write
@@ -32,13 +27,12 @@ permissions:
3227

3328
jobs:
3429
publish:
35-
uses: SocketDev/socket-registry/.github/workflows/provenance.yml@a5923566cd8bcf70aefa1eefacf21f96e328be45 # main
30+
uses: SocketDev/socket-registry/.github/workflows/provenance.yml@d638c11f4bc7ac637e0f61f05729a54d68af40e0 # main
3631
with:
3732
debug: ${{ inputs.debug }}
3833
dist-tag: ${{ inputs.dist-tag }}
3934
package-name: '@socketregistry/packageurl-js'
4035
publish-script: 'release:ci'
41-
publish-without-sfw: ${{ inputs.publish-without-sfw }}
4236
setup-script: 'ci:validate'
4337
use-trusted-publishing: true
4438
secrets:

0 commit comments

Comments
 (0)