From 102cd5a37cfc8c5e772b6e8fb0136660378f8ef5 Mon Sep 17 00:00:00 2001 From: Adrian Vladu Date: Tue, 12 Sep 2023 12:58:05 +0300 Subject: [PATCH] github_mirror: update ssh secret name The zuul post action seems to not be using the code it just merged, so a new commit is necessary for the post action code to be used. Similar to: https://review.opendev.org/c/starlingx/update/+/879489 Change-Id: I8bd708a08678507f07737f6e3909a93898494682 --- .zuul.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.zuul.yaml b/.zuul.yaml index a5fc619e..c689aaa9 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -16,11 +16,11 @@ git_mirror_repository: cloudbase/cloudbase-init secrets: - name: git_mirror_credentials - secret: cbsl-init-github-secret + secret: cbsl-init-github-secret-v2 pass-to-parent: true - secret: - name: cbsl-init-github-secret + name: cbsl-init-github-secret-v2 data: user: git host: github.com