Commit 940e83c
authored
fix(ci): allow optional secrets in publish-r2 reusable workflow (#563)
When using 'secrets: inherit' in the calling workflow (dev-deploy.yml),
the secrets must be marked as required: false to avoid validation errors.
The secrets are still passed through inherit and will be available at
runtime from the repository/organization settings.1 parent aeefbff commit 940e83c
1 file changed
Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
45 | | - | |
| 45 | + | |
46 | 46 | | |
47 | | - | |
| 47 | + | |
48 | 48 | | |
49 | | - | |
| 49 | + | |
50 | 50 | | |
51 | 51 | | |
52 | 52 | | |
| |||
0 commit comments