Skip to content

Commit aa8ee93

Browse files
committed
ci: use GH secret for FOSSA API key
1 parent 45bf269 commit aa8ee93

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/fossa.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@ jobs:
1515
- name: Run FOSSA scan and upload build data
1616
uses: fossa-contrib/fossa-action@v1
1717
with:
18-
fossa-api-key: b7271378f70427d0944ce84fc7d32b6a
18+
fossa-api-key: ${{ secrets.FOSSA_API_KEY }}

0 commit comments

Comments
 (0)