[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>
pull/97420/head
Jev Forsberg 7 months ago committed by GitHub
parent 5e34be80a8
commit 87912cd918
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 6
      .drone.yml
  2. 1
      scripts/drone/events/release.star
  3. 1
      scripts/drone/rgm.star

@ -3028,6 +3028,8 @@ volumes:
- host:
path: /var/run/docker.sock
name: docker
- name: github-app
temp: {}
---
clone:
retries: 3
@ -4076,6 +4078,8 @@ volumes:
- host:
path: /var/run/docker.sock
name: docker
- name: github-app
path: /github-app
---
clone:
retries: 3
@ -4897,6 +4901,6 @@ kind: secret
name: gcr_credentials
---
kind: signature
hmac: 9ade54c2059751aae400f8b1a7ad1a4699205c49d3e4e349fd8168fad5b0df6b
hmac: 4b6a6c50d8a0a023875bba4c8b06c4398a9e37b1fc6d2e0f9426745ad1412139
...

@ -175,6 +175,7 @@ def publish_artifacts_pipelines(mode):
trigger = trigger,
steps = steps,
environment = {"EDITION": "oss"},
volumes = github_app_pipeline_volumes(),
),
]

@ -379,6 +379,7 @@ def rgm_promotion_pipeline():
name = "rgm-promotion",
trigger = promotion_trigger,
steps = steps,
volumes = github_app_step_volumes(),
),
]

Loading…
Cancel
Save