Skip to content

Commit 7474854

Browse files
committed
fix(scorecard): drop branch_protection_rule trigger + add workflow_dispatch
Working hypothesis on persistent startup_failure: the `branch_protection_rule:` trigger may be the parse-time rejection cause (no repo-level branch protection rule resource → parse error during workflow ingestion). Dropping it as the next test. Adding `workflow_dispatch:` so a manual trigger is available for debugging without committing. Previous attempt (fc7abf5): scoped permissions to contents:read — no effect on startup_failure. Reverting that change of permissions would be ergonomically counter-canonical, so leaving as-is.
1 parent fc7abf5 commit 7474854

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/scorecard.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22
name: Scorecards supply-chain security
33

44
on:
5-
branch_protection_rule:
65
schedule:
76
- cron: '23 4 * * 1'
87
push:
98
branches: [main]
9+
workflow_dispatch:
1010

1111
permissions:
1212
contents: read

0 commit comments

Comments
 (0)