Commit 28f6403
authored
fix: ensure api key blocks are set in ci/cd (#3442)
### Motivation
a github environment secret sets the api key blocks, but it was not
being passed to the CD process so the blocks are not being set
automatically on deployment.
### Modifications
Allow the CD process to have access to the blocked api keys
### Verification
will check nonprod after deployment.1 parent 387d6ff commit 28f6403
1 file changed
+3
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
124 | 124 | | |
125 | 125 | | |
126 | 126 | | |
| 127 | + | |
127 | 128 | | |
128 | 129 | | |
129 | 130 | | |
| |||
179 | 180 | | |
180 | 181 | | |
181 | 182 | | |
182 | | - | |
| 183 | + | |
183 | 184 | | |
| 185 | + | |
184 | 186 | | |
185 | 187 | | |
186 | 188 | | |
| |||
0 commit comments