ci(scorecard): disable publish_results on fork to fix api limits
This commit is contained in:
parent
724c5d23a0
commit
02dc069c3c
|
|
@ -54,7 +54,7 @@ jobs:
|
||||||
# For private repositories:
|
# For private repositories:
|
||||||
# - `publish_results` will always be set to `false`, regardless
|
# - `publish_results` will always be set to `false`, regardless
|
||||||
# of the value entered here.
|
# of the value entered here.
|
||||||
publish_results: true
|
publish_results: false
|
||||||
|
|
||||||
# Upload the results as artifacts (optional). Commenting out will disable uploads of run results in SARIF
|
# Upload the results as artifacts (optional). Commenting out will disable uploads of run results in SARIF
|
||||||
# format to the repository Actions tab.
|
# format to the repository Actions tab.
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue