[v11.0.x] CI: add missing github app volume to release pipeline (#97409)

CI: add missing github app volume to release pipeline (#97406)

add github app volume to release pipeline

(cherry picked from commit 6fe184a565)

Co-authored-by: Kevin Minehart <5140827+kminehart@users.noreply.github.com>
This commit is contained in:
Jev Forsberg
2024-12-04 08:29:15 -07:00
committed by GitHub
co-authored by Kevin Minehart
parent 7a6e0293ed
commit a1291054a0
3 changed files with 7 additions and 1 deletions
+5 -1
View File
@@ -3135,6 +3135,8 @@ volumes:
- host:
path: /var/run/docker.sock
name: docker
- name: github-app
temp: {}
---
clone:
retries: 3
@@ -4183,6 +4185,8 @@ volumes:
- host:
path: /var/run/docker.sock
name: docker
- name: github-app
path: /github-app
---
clone:
retries: 3
@@ -5006,6 +5010,6 @@ kind: secret
name: gcr_credentials
---
kind: signature
hmac: 6e1acbab01cd7d57a961fc89e47495c54428d7eaaf312abd038a9e7a064637d4
hmac: c6fa92c48942fcae0f9e428544717a97b69c25e94da0a786718768f368f640fb
...
+1
View File
@@ -175,6 +175,7 @@ def publish_artifacts_pipelines(mode):
trigger = trigger,
steps = steps,
environment = {"EDITION": "oss"},
volumes = github_app_pipeline_volumes(),
),
]
+1
View File
@@ -379,6 +379,7 @@ def rgm_promotion_pipeline():
name = "rgm-promotion",
trigger = promotion_trigger,
steps = steps,
volumes = github_app_step_volumes(),
),
]