Skip to content

Commit 2ad05f9

Browse files
committed
chore(provenance): drop publish-without-sfw + bump socket-registry to d638c11f
Upstream socket-registry no longer declares publish-without-sfw (the shim disable/restore dance was removed now that sfw-enterprise bypass covers the hosts publishing needs).
1 parent b68d1b9 commit 2ad05f9

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
@@ -14,23 +14,17 @@ on:
1414
options:
1515
- '0'
1616
- '1'
17-
publish-without-sfw:
18-
description: 'Publish directly to npm, bypassing Socket firewall shims'
19-
required: false
20-
default: false
21-
type: boolean
2217

2318
permissions:
2419
contents: write # Push git tags and create GitHub releases
2520
id-token: write # NPM trusted publishing via OIDC
2621

2722
jobs:
2823
publish:
29-
uses: SocketDev/socket-registry/.github/workflows/provenance.yml@a5923566cd8bcf70aefa1eefacf21f96e328be45 # main
24+
uses: SocketDev/socket-registry/.github/workflows/provenance.yml@d638c11f4bc7ac637e0f61f05729a54d68af40e0 # main
3025
with:
3126
debug: ${{ inputs.debug }}
3227
package-name: '@socketsecurity/lib'
33-
publish-without-sfw: ${{ inputs.publish-without-sfw }}
3428
setup-script: 'pnpm run build'
3529
use-trusted-publishing: true
3630
secrets:

0 commit comments

Comments
 (0)