Commit 2ba5f2d
Add if condition to OIDC setup step to check secret presence
- Added if condition: secrets.{TOKEN_ENV_VAR} != ''
- Setup step now only runs when the secret exists
- Updated test to verify the if condition is present
- Uses engine-specific token env var (e.g., ANTHROPIC_API_KEY for Claude)
Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>1 parent 218e682 commit 2ba5f2d
2 files changed
+7
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
99 | 99 | | |
100 | 100 | | |
101 | 101 | | |
| 102 | + | |
| 103 | + | |
102 | 104 | | |
103 | 105 | | |
104 | 106 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
121 | 121 | | |
122 | 122 | | |
123 | 123 | | |
| 124 | + | |
| 125 | + | |
| 126 | + | |
| 127 | + | |
| 128 | + | |
124 | 129 | | |
125 | 130 | | |
126 | 131 | | |
| |||
0 commit comments