Skip to content

Commit ed2b82b

Browse files
committed
minor fix to point to github.repository
1 parent dae5819 commit ed2b82b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/osv-scanner-scheduled.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ jobs:
7474
- name: Trigger Vulnerability Scanning
7575
env:
7676
GH_TOKEN: ${{ github.token }}
77-
REPO: erlang/otp # in testing cases, this is your fork, e.g., kikofernandez/otp
77+
REPO: ${{ github.repository }} # in testing cases, this is your fork, e.g., kikofernandez/otp
7878
run: |
7979
gh api \
8080
--method POST \

0 commit comments

Comments
 (0)