Skip to content

Commit

Permalink
chore: fix fossa status check workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
bartventer committed Jan 25, 2024
1 parent 6bec9f4 commit 5d4995e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,8 @@ jobs:

- name: Check FOSSA status
run: fossa test
env:
FOSSA_API_KEY: ${{ secrets.FOSSA_API_KEY }}

semantic-release:
needs: [build]
Expand Down

0 comments on commit 5d4995e

Please sign in to comment.