Skip to content

Commit

Permalink
replace hardcoded org with github event context
Browse files Browse the repository at this point in the history
  • Loading branch information
elaguerta-nr committed May 27, 2024
1 parent fce066b commit 35cb407
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/fossa-default.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:

jobs:
check_env:
uses: newrelic-csec/.github/.github/workflows/fossa-check-env.yml@reusable
uses: ${{ github.event.organization }}/.github/.github/workflows/fossa-check-env.yml@reusable

fossa:
needs: check_env
Expand All @@ -23,4 +23,4 @@ jobs:
steps:
- uses: actions/checkout@v3
- id: fossa-cli
uses: newrelic-csec/.github/.github/composite/fossa-composite@reusable
uses: ${{ github.event.organization }}/.github/.github/composite/fossa-composite@reusable

0 comments on commit 35cb407

Please sign in to comment.