ok/jj
1
0
Fork 0
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:
Martin von Zweigbergk 2022-09-17 22:56:40 -07:00 committed by Martin von Zweigbergk
parent 46578fb892
commit 86f216541a

View file

@ -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"