Commit d0d3f4a
Restore override loading; fix multi-repo workflow regression
Non-override loading broke fetch-all and generate-all: the first env
file's REPO_OWNER/REPO_NAME/GITHUB_TOKEN would persist across all
subsequent iterations. Explicit --env-file is always authoritative.
When using `op run --env-file=<f>`, secrets are resolved to real values
before the process starts, so override mode is safe there too.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>1 parent e42d54a commit d0d3f4a
2 files changed
Lines changed: 6 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
29 | | - | |
| 29 | + | |
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | | - | |
24 | | - | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
25 | 28 | | |
26 | 29 | | |
27 | 30 | | |
| |||
0 commit comments