Skip to content

Commit 2b5a4a3

Browse files
committed
fix required inputs
Signed-off-by: Julio Jimenez <julio@clickhouse.com>
1 parent e0cc497 commit 2b5a4a3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
# Once this repository is public, move this workflow to security-integrations
12
on: [push]
23
name: Test ClickBOM Action
34

@@ -29,3 +30,4 @@ jobs:
2930
aws-secret-access-key: ${{ steps.aws-creds.outputs.aws-secret-access-key }}
3031
s3-bucket: clickhouse-sbom
3132
s3-key: clickbom.json
33+
repository: ${{ github.repository }}

0 commit comments

Comments
 (0)