Skip to content

Commit

Permalink
Update fossa-default.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
elaguerta-nr authored May 17, 2024
1 parent 7362129 commit 77d48b6
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/fossa-default.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,11 @@ jobs:
runs-on: ubuntu-latest
env:
HAS_FOSSA_API_KEY: ${{ secrets.FOSSA_API_KEY != '' }}
steps:
- id: check-fossa-api-key
run: echo "check=$HAS_FOSSA_API_KEY" >> "$GITHUB_OUTPUT"
outputs:
HAS_FOSSA_API_KEY: ${{ steps.check-fossa-api-key.outputs.check }}

fossa:
needs: check_env
Expand Down

0 comments on commit 77d48b6

Please sign in to comment.