Skip to content

Commit

Permalink
chore: explicitly set GITHUB_REPO_OWNER var
Browse files Browse the repository at this point in the history
  • Loading branch information
juancho0202 committed Nov 13, 2023
1 parent 5e34401 commit ce8fb3f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/fossology-scan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ jobs:
env:
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
GITHUB_PULL_REQUEST: ${{secrets.GITHUB_PULL_REQUEST}}
GITHUB_REPO_OWNER: ${{secrets.GITHUB_REPO_OWNER}}
runs-on: ubuntu-latest
container:
image: fossology/fossology:scanner
Expand Down

0 comments on commit ce8fb3f

Please sign in to comment.