Skip to content

Commit 9f4bc44

Browse files
mihnitamarkusicu
authored andcommitted
ICU-23246 PAT token for OpenSSF Scorecard report - Branch-Protection
1 parent 473bb45 commit 9f4bc44

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

.github/workflows/scorecard.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -41,11 +41,8 @@ jobs:
4141
with:
4242
results_file: results.sarif
4343
results_format: sarif
44-
# (Optional) fine-grained personal access token. Uncomment the `repo_token` line below if
45-
# you want to enable the Branch-Protection check on a *public* repository
46-
# To create the PAT, follow the steps in https://github.com/ossf/scorecard-action#authentication-with-fine-grained-pat-optional.
47-
# repo_token: ${{ secrets.SCORECARD_TOKEN }}
48-
44+
# See https://github.com/ossf/scorecard-action#authentication-with-fine-grained-pat-optional
45+
repo_token: ${{ secrets.SCORECARD_TOKEN }}
4946
# - Publish results to OpenSSF REST API for easy access by consumers
5047
# - Allows the repository to include the Scorecard badge.
5148
# - See https://github.com/ossf/scorecard-action#publishing-results.

0 commit comments

Comments
 (0)