chore(github): Make GH action secret SCORECARD_TOKEN obsolete (#3189)
Signed-off-by: Marco Maurer <mkilchhofer@users.noreply.github.com>
This commit is contained in:
parent
66d510ac1f
commit
dc656fcc3e
1 changed files with 1 additions and 1 deletions
2
.github/workflows/scorecard.yml
vendored
2
.github/workflows/scorecard.yml
vendored
|
@ -46,7 +46,7 @@ jobs:
|
||||||
# - you want to enable the Branch-Protection check on a *public* repository, or
|
# - you want to enable the Branch-Protection check on a *public* repository, or
|
||||||
# - you are installing Scorecard on a *private* repository
|
# - you are installing Scorecard on a *private* repository
|
||||||
# To create the PAT, follow the steps in https://github.com/ossf/scorecard-action#authentication-with-pat.
|
# To create the PAT, follow the steps in https://github.com/ossf/scorecard-action#authentication-with-pat.
|
||||||
repo_token: ${{ secrets.SCORECARD_TOKEN }}
|
# repo_token: ${{ secrets.SCORECARD_TOKEN }}
|
||||||
|
|
||||||
# Public repositories:
|
# Public repositories:
|
||||||
# - Publish results to OpenSSF REST API for easy access by consumers
|
# - Publish results to OpenSSF REST API for easy access by consumers
|
||||||
|
|
Loading…
Reference in a new issue