Skip to content

Commit 102cd5a

Browse files
committed
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
1 parent 05266a4 commit 102cd5a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.zuul.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,11 @@
1616
git_mirror_repository: cloudbase/cloudbase-init
1717
secrets:
1818
- name: git_mirror_credentials
19-
secret: cbsl-init-github-secret
19+
secret: cbsl-init-github-secret-v2
2020
pass-to-parent: true
2121

2222
- secret:
23-
name: cbsl-init-github-secret
23+
name: cbsl-init-github-secret-v2
2424
data:
2525
user: git
2626
host: github.com

0 commit comments

Comments
 (0)