summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorHiroshi SHIBATA <hsbt@ruby-lang.org>2022-11-11 16:54:24 +0900
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2022-11-11 21:12:56 +0900
commit800caf4ee1eca21252da0ec148ed7840df89bc9b (patch)
treeb7b430ddcb76ee979b4a02c1fe7283d66325091e /.github
parenta0fcbce415fc045ff16eb74946a40774c0d39ac5 (diff)
Use secrets.SCORECARD_READ_TOKEN
Notes
Notes: Merged: https://github.com/ruby/ruby/pull/6716
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/scorecards.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/scorecards.yml b/.github/workflows/scorecards.yml
index ad6dde5dc5..751180d1d2 100644
--- a/.github/workflows/scorecards.yml
+++ b/.github/workflows/scorecards.yml
@@ -45,7 +45,7 @@ jobs:
# - you want to enable the Branch-Protection check on a *public* repository, or
# - you are installing Scorecards on a *private* repository
# To create the PAT, follow the steps in https://github.com/ossf/scorecard-action#authentication-with-pat.
- # repo_token: ${{ secrets.SCORECARD_READ_TOKEN }}
+ repo_token: ${{ secrets.SCORECARD_READ_TOKEN }}
# Public repositories:
# - Publish results to OpenSSF REST API for easy access by consumers