From baa9664f04ed29356063dbe022e5c45371284fb0 Mon Sep 17 00:00:00 2001 From: Lisanna Dettwyler Date: Mon, 24 Jun 2024 15:56:47 -0400 Subject: [PATCH] Add repo_token to scorecard.yml --- .github/workflows/scorecard.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/scorecard.yml b/.github/workflows/scorecard.yml index 8b7a639e..21dbf0cf 100644 --- a/.github/workflows/scorecard.yml +++ b/.github/workflows/scorecard.yml @@ -36,7 +36,7 @@ jobs: # - you want to enable the Branch-Protection check on a *public* repository, or # - you are installing Scorecard on a *private* repository # To create the PAT, follow the steps in https://github.com/ossf/scorecard-action?tab=readme-ov-file#authentication-with-fine-grained-pat-optional. - # repo_token: ${{ secrets.SCORECARD_TOKEN }} + repo_token: ${{ secrets.SCORECARD_TOKEN }} publish_results: true - name: "Upload artifact" uses: actions/upload-artifact@v4