We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 47b2ada commit 29f7129Copy full SHA for 29f7129
.github/workflows/lbox-publish.yml
@@ -96,10 +96,11 @@ jobs:
96
echo "Using hash: ${{ env.HASH_VAR }}"
97
- uses: slsa-framework/slsa-github-generator/.github/workflows/[email protected]
98
with:
99
+ private-repository: true
100
base64-subjects: "${{ env.HASH_VAR }}"
101
upload-assets: true
102
upload-tag-name: v.6.0.0 # Tag from the initiation of the workflow
-
103
+
104
test-build:
105
needs: ['path-filter']
106
if: ${{ needs.path-filter.outputs.lbox == 'true' }}
0 commit comments