ci: uncomment scorecard token to activate authentication

This commit is contained in:
adrian adewunmi 2026-07-24 14:26:48 +01:00
parent 36c31ce9e6
commit 34fb877d0a
1 changed files with 2 additions and 2 deletions

View File

@ -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