summaryrefslogtreecommitdiff
path: root/share
diff options
context:
space:
mode:
authorScott Wittenburg <scott.wittenburg@kitware.com>2023-09-15 14:09:18 -0600
committerGitHub <noreply@github.com>2023-09-15 20:09:18 +0000
commitcbabdf283c0084cc7c53b38acff4b2859746a4e7 (patch)
tree7e8474c881e80c70e835cea31e9db30f4baf38c1 /share
parent060bc012734e8d0ecd23910d89496aab7c25056f (diff)
downloadspack-cbabdf283c0084cc7c53b38acff4b2859746a4e7.tar.gz
spack-cbabdf283c0084cc7c53b38acff4b2859746a4e7.tar.bz2
spack-cbabdf283c0084cc7c53b38acff4b2859746a4e7.tar.xz
spack-cbabdf283c0084cc7c53b38acff4b2859746a4e7.zip
gitlab ci: submit the correct audience for protected publish jobs (#40046)
Diffstat (limited to 'share')
-rw-r--r--share/spack/gitlab/cloud_pipelines/.gitlab-ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/share/spack/gitlab/cloud_pipelines/.gitlab-ci.yml b/share/spack/gitlab/cloud_pipelines/.gitlab-ci.yml
index 04b9fa0744..77f930fc30 100644
--- a/share/spack/gitlab/cloud_pipelines/.gitlab-ci.yml
+++ b/share/spack/gitlab/cloud_pipelines/.gitlab-ci.yml
@@ -232,7 +232,7 @@ protected-publish:
- spack buildcache update-index --keys "${SPACK_COPY_BUILDCACHE}"
id_tokens:
GITLAB_OIDC_TOKEN:
- aud: "${OIDC_TOKEN_AUDIENCE}"
+ aud: "protected_binary_mirror"
########################################
# TEMPLATE FOR ADDING ANOTHER PIPELINE