Commit f99b97d
fix(ci): skip e2e-tests workflow for Dependabot PRs (#1209)
Dependabot PRs don't have access to repository secrets for security
reasons, which causes the e2e-tests workflow to fail when trying to
access secrets.E2E_TESTS_TOKEN.
Update the workflow condition to skip Dependabot PRs in addition to
fork PRs, since both lack access to repository secrets.
Fixes: All 25 open Dependabot PRs failing with "Input required and
not supplied: token" error.
Co-authored-by: Claude Sonnet 4.5 <noreply@anthropic.com>1 parent c74b4b4 commit f99b97d
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
25 | | - | |
26 | | - | |
| 25 | + | |
| 26 | + | |
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
| |||
0 commit comments