Skip to content

Commit 16747fe

Browse files
committed
- generate-sbom.yml: add API key
1 parent d0d5075 commit 16747fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/generate-sbom.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
shell: bash
3333
run: |
3434
export FETCH_LICENSE=true
35-
cdxgen -o ./sbom.json -t swift
35+
cdxgen -o ./sbom.json -t swift --api-key ${{ secrets.GITHUB_TOKEN }} .
3636
- name: Format JSON
3737
shell: bash
3838
run: |

0 commit comments

Comments
 (0)