Skip to content

Commit

Permalink
Remove repo_token
Browse files Browse the repository at this point in the history
Remove `repo_token` and use `GITHUB_TOKEN` instead for use with repository rulesets.
  • Loading branch information
martincostello committed Oct 25, 2023
1 parent 66c7a11 commit c8cc5f4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/ossf-scorecard.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ jobs:
uses: ossf/scorecard-action@0864cf19026789058feabb7e87baa5f140aac736 # v2.3.1
with:
publish_results: true
repo_token: ${{ secrets.OSSF_SCORECARD_TOKEN }}
results_file: results.sarif
results_format: sarif

Expand Down

0 comments on commit c8cc5f4

Please sign in to comment.