forked from mirrors/jj
github: remove publish_results
field in wrong place
When I read
https://github.com/ossf/scorecard-action#breaking-changes-in-v2 for
6d7ce74a9a
, it seems like I misread the "for" as "and" in "`include
id-token: write` for `publish_results: true`". The latter is not a
permissions, it's another setting we have defined further down.
This commit is contained in:
parent
46578fb892
commit
86f216541a
1 changed files with 0 additions and 1 deletions
1
.github/workflows/scorecards.yml
vendored
1
.github/workflows/scorecards.yml
vendored
|
@ -18,7 +18,6 @@ jobs:
|
|||
# Needed to upload the results to code-scanning dashboard.
|
||||
security-events: write
|
||||
id-token: write
|
||||
publish_results: true
|
||||
|
||||
steps:
|
||||
- name: "Checkout code"
|
||||
|
|
Loading…
Reference in a new issue