diff options
Diffstat (limited to '.github/workflows')
-rw-r--r-- | .github/workflows/gerrit-ci-management-novote-verify.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/gerrit-ci-management-novote-verify.yaml b/.github/workflows/gerrit-ci-management-novote-verify.yaml index ef106f569..a49792930 100644 --- a/.github/workflows/gerrit-ci-management-novote-verify.yaml +++ b/.github/workflows/gerrit-ci-management-novote-verify.yaml @@ -67,4 +67,4 @@ jobs: secrets: GERRIT_SSH_PRIVKEY: ${{ secrets.GERRIT_SSH_PRIVKEY }} CLOUDS_ENV_B64: ${{ secrets.CLOUDS_ENV_B64 }} - CLOUDS_YAML_B4: ${{ secrets.CLOUDS_YAML_B64 }} + CLOUDS_YAML_B64: ${{ secrets.CLOUDS_YAML_B64 }} |