Commit e21fe11
fix(helm-publish): fix secrets reference in if condition
GitHub Actions doesn't allow direct secrets references in `if:` conditions
for reusable workflows. Move the secret access to an environment variable
and check it at runtime instead.
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>1 parent c4810af commit e21fe11
1 file changed
Lines changed: 9 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
171 | 171 | | |
172 | 172 | | |
173 | 173 | | |
174 | | - | |
| 174 | + | |
| 175 | + | |
| 176 | + | |
175 | 177 | | |
176 | | - | |
177 | | - | |
| 178 | + | |
| 179 | + | |
| 180 | + | |
| 181 | + | |
| 182 | + | |
| 183 | + | |
178 | 184 | | |
179 | 185 | | |
180 | 186 | | |
| |||
0 commit comments