Skip to content

Commit

Permalink
Move FOSSA API Key into secrets vault
Browse files Browse the repository at this point in the history
Signed-off-by: Rohit Nayak <[email protected]>
  • Loading branch information
rohit-nayak-ps committed Sep 28, 2023
1 parent 6f36b9a commit dc73c61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/static_checks_etc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
if: steps.skip-workflow.outputs.skip-workflow == 'false'
uses: fossa-contrib/fossa-action@v2
with:
fossa-api-key: 76d7483ea206d530d9452e44bffe7ba8
fossa-api-key: ${{secrets.FOSSA_API_KEY}}

- name: Check for changes in Go files
if: steps.skip-workflow.outputs.skip-workflow == 'false'
Expand Down

0 comments on commit dc73c61

Please sign in to comment.