Skip to content

Commit

Permalink
Update FOSSA action to keep API token as a secret
Browse files Browse the repository at this point in the history
  • Loading branch information
Agarwal-Shivansh authored Feb 5, 2024
1 parent dad16a2 commit a485b4f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,8 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4

- name: FOSSA scan
uses: fossa-contrib/fossa-action@v3
uses: fossas/fossa-action@main
with:
fossa-api-key: ba71392b9c3bf6d4ba4e64edeae7f293
api-key: ${{secrets.fossaApiKey}}

0 comments on commit a485b4f

Please sign in to comment.