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 98531d6 commit 9047536
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/fossa-default.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@ on:

jobs:
fossa:
if: ${{ secrets.FOSSA_API_KEY != ''}}
runs-on: ubuntu-latest
env:
FOSSA_API_KEY: ${{secrets.FOSSA_API_KEY}}
ORG: ${{ github.repository_owner }}
REPO: ${{ github.repository }}
CUSTOM_PROPS_PAT: ${{ secrets.FOSSA_PAT }}
if: env.FOSSA_API_KEY

strategy:
fail-fast: false
Expand Down

0 comments on commit 9047536

Please sign in to comment.