Skip to content

Commit 29f7129

Browse files
author
Val Brodsky
committed
Still trying to fix provenance
1 parent 47b2ada commit 29f7129

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/lbox-publish.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,10 +96,11 @@ jobs:
9696
echo "Using hash: ${{ env.HASH_VAR }}"
9797
- uses: slsa-framework/slsa-github-generator/.github/workflows/generator_generic_slsa3.yml@v2.0.0
9898
with:
99+
private-repository: true
99100
base64-subjects: "${{ env.HASH_VAR }}"
100101
upload-assets: true
101102
upload-tag-name: v.6.0.0 # Tag from the initiation of the workflow
102-
103+
103104
test-build:
104105
needs: ['path-filter']
105106
if: ${{ needs.path-filter.outputs.lbox == 'true' }}

0 commit comments

Comments
 (0)