From 34fb877d0a080e7659830afa35fcb57f9c5ff8dd Mon Sep 17 00:00:00 2001 From: adrian adewunmi Date: Fri, 24 Jul 2026 14:26:48 +0100 Subject: [PATCH] ci: uncomment scorecard token to activate authentication --- .github/workflows/scorecard.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/scorecard.yml b/.github/workflows/scorecard.yml index 430b39bd..3008cbf3 100644 --- a/.github/workflows/scorecard.yml +++ b/.github/workflows/scorecard.yml @@ -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