Commit 7474854
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
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
6 | 5 | | |
7 | 6 | | |
8 | 7 | | |
9 | 8 | | |
| 9 | + | |
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| |||
0 commit comments