Skip to content

Commit df784d1

Browse files
committed
Add force-publish option to local provenance workflow
1 parent 642eb9e commit df784d1

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

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

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,11 @@ 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
1722

1823
permissions:
1924
contents: write
@@ -24,6 +29,7 @@ jobs:
2429
uses: SocketDev/socket-registry/.github/workflows/provenance.yml@662bbcab1b7533e24ba8e3446cffd8a7e5f7617e # main
2530
with:
2631
debug: ${{ inputs.debug }}
32+
force-publish: ${{ inputs.force-publish }}
2733
publish-script: 'package:npm:publish'
2834
setup-script: 'pnpm run build'
2935
use-trusted-publishing: true

0 commit comments

Comments
 (0)