diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index c2974c2..49fa8c2 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -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