Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
gab-arrobo authored Feb 5, 2024
1 parent d7fd2ff commit 8bc29c6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,13 +42,15 @@ jobs:

fossa-check:
runs-on: ubuntu-latest
env:
FOSSA_OMEC_ORG_PO: ${{ secrets.FOSSA_OMEC_ORG_PO }}
steps:
- uses: actions/checkout@v4

- name: FOSSA scan
uses: fossas/fossa-action@main
with:
api-key: ${{ secrets.FOSSA_OMEC_ORG_PO }}
api-key: ${{ env.FOSSA_OMEC_ORG_PO }}

unit-tests:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 8bc29c6

Please sign in to comment.