ci: uncomment scorecard token to activate authentication
This commit is contained in:
parent
36c31ce9e6
commit
34fb877d0a
|
|
@ -10,9 +10,9 @@ on:
|
|||
# To guarantee Maintained check is occasionally updated. See
|
||||
# https://github.com/ossf/scorecard/blob/main/docs/checks.md#maintained
|
||||
schedule:
|
||||
- cron: '44 15 * * 5'
|
||||
- cron: "44 15 * * 5"
|
||||
push:
|
||||
branches: [ "main" ]
|
||||
branches: ["main"]
|
||||
|
||||
# Declare default permissions as read only.
|
||||
permissions: read-all
|
||||
|
|
|
|||
Loading…
Reference in New Issue