Skip to content

Commit

Permalink
Goreleaser use env for FOSSA key
Browse files Browse the repository at this point in the history
  • Loading branch information
manno committed Apr 25, 2024
1 parent d837016 commit 8b0cd2e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release-fleet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,12 +51,12 @@ jobs:
- name: Run FOSSA scan
uses: fossas/[email protected]
with:
api-key: ${{ secrets.FOSSA_API_KEY }}
api-key: ${{ env.FOSSA_API_KEY }}

- name: Run FOSSA tests
uses: fossas/[email protected]
with:
api-key: ${{ secrets.FOSSA_API_KEY }}
api-key: ${{ env.FOSSA_API_KEY }}
run-tests: true

- name: Check for code changes
Expand Down

0 comments on commit 8b0cd2e

Please sign in to comment.