Allow manually running ossf scorecard workflow (#13228)

This commit is contained in:
Trask Stalnaker 2025-02-05 06:56:37 -08:00 committed by GitHub
parent 99267fe0dd
commit 36e1e14ee7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

@ -6,6 +6,7 @@ on:
- main
schedule:
- cron: "43 6 * * 5" # weekly at 06:43 (UTC) on Friday
workflow_dispatch:
permissions: read-all