We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 04f4804 commit f43c7a4Copy full SHA for f43c7a4
1 file changed
.github/workflows/provenance.yml
@@ -14,6 +14,11 @@ on:
14
options:
15
- '0'
16
- '1'
17
+ publish-without-sfw:
18
+ description: 'Publish directly to npm, bypassing Socket firewall shims'
19
+ required: false
20
+ default: false
21
+ type: boolean
22
23
permissions:
24
contents: write # Push git tags and create GitHub releases
@@ -25,5 +30,8 @@ jobs:
25
30
with:
26
31
debug: ${{ inputs.debug }}
27
32
package-name: '@socketsecurity/lib'
33
+ publish-without-sfw: ${{ inputs.publish-without-sfw }}
28
34
setup-script: 'pnpm run build'
29
35
use-trusted-publishing: true
36
+ secrets:
37
+ SOCKET_API_KEY: ${{ secrets.SOCKET_API_KEY }}
0 commit comments