Skip to content

Commit e6745bc

Browse files
Add repo_token to scorecard.yml (#159)
1 parent 71d8702 commit e6745bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/scorecard.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
# - you want to enable the Branch-Protection check on a *public* repository, or
3737
# - you are installing Scorecard on a *private* repository
3838
# To create the PAT, follow the steps in https://github.com/ossf/scorecard-action?tab=readme-ov-file#authentication-with-fine-grained-pat-optional.
39-
# repo_token: ${{ secrets.SCORECARD_TOKEN }}
39+
repo_token: ${{ secrets.SCORECARD_TOKEN }}
4040
publish_results: true
4141
- name: "Upload artifact"
4242
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)