Skip to content

Commit

Permalink
ci: fine grained token for scorecard
Browse files Browse the repository at this point in the history
  • Loading branch information
artek-koltun authored Jul 25, 2023
1 parent 06732ae commit 06e5a6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/scorecard.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ jobs:
with:
results_file: results.sarif
results_format: sarif
repo_token: ${{ secrets.GITHUB_TOKEN }}
publish_results: true
repo-token: ${{ secrets.SCORECARD_TOKEN }}.

# Upload the results as artifacts.
- name: 'Upload artifact'
Expand Down

0 comments on commit 06e5a6b

Please sign in to comment.