Code Review
/
ci-management.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
bbc1335
)
Fix: Pass correct secret for CLOUDS_YAML_B64
82/5182/1
author
Eric Ball
<eball@linuxfoundation.org>
Mon, 5 Aug 2024 19:19:14 +0000
(12:19 -0700)
committer
Eric Ball
<eball@linuxfoundation.org>
Mon, 5 Aug 2024 19:19:14 +0000
(12:19 -0700)
Change-Id: Ie743f3accf4b7819edca5eba0e7e0c7d72d66c86
Signed-off-by: Eric Ball <eball@linuxfoundation.org>
.github/workflows/gerrit-verify.yaml
patch
|
blob
|
history
diff --git
a/.github/workflows/gerrit-verify.yaml
b/.github/workflows/gerrit-verify.yaml
index
d3f9a71
..
a444428
100644
(file)
--- a/
.github/workflows/gerrit-verify.yaml
+++ b/
.github/workflows/gerrit-verify.yaml
@@
-74,4
+74,4
@@
jobs:
GERRIT_SSH_PRIVKEY: ${{ secrets.GERRIT_SSH_PRIVKEY }}
ENV_SECRETS: ${{ toJSON(secrets) }}
CLOUDS_ENV_B64: ${{ secrets.CLOUDS_ENV_B64 }}
- CLOUDS_YAML_B64: ${{ secrets.CLOUDS_
ENV
_B64 }}
+ CLOUDS_YAML_B64: ${{ secrets.CLOUDS_
YAML
_B64 }}