Skip to content

Commit

Permalink
ci: use GH secret for FOSSA API key
Browse files Browse the repository at this point in the history
  • Loading branch information
dekobon committed Feb 28, 2023
1 parent 45bf269 commit aa8ee93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/fossa.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ jobs:
- name: Run FOSSA scan and upload build data
uses: fossa-contrib/fossa-action@v1
with:
fossa-api-key: b7271378f70427d0944ce84fc7d32b6a
fossa-api-key: ${{ secrets.FOSSA_API_KEY }}

0 comments on commit aa8ee93

Please sign in to comment.