[v10.4.x] CI: add missing github app volume to release pipeline (#97407)

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:27:57 -07:00
committed by GitHub
co-authored by Kevin Minehart
parent 5e34be80a8
commit 87912cd918
3 changed files with 7 additions and 1 deletions
+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(),
),
]