gitlab ci: submit the correct audience for protected publish jobs (#40046)
This commit is contained in:
parent
060bc01273
commit
cbabdf283c
@ -232,7 +232,7 @@ protected-publish:
|
|||||||
- spack buildcache update-index --keys "${SPACK_COPY_BUILDCACHE}"
|
- spack buildcache update-index --keys "${SPACK_COPY_BUILDCACHE}"
|
||||||
id_tokens:
|
id_tokens:
|
||||||
GITLAB_OIDC_TOKEN:
|
GITLAB_OIDC_TOKEN:
|
||||||
aud: "${OIDC_TOKEN_AUDIENCE}"
|
aud: "protected_binary_mirror"
|
||||||
|
|
||||||
########################################
|
########################################
|
||||||
# TEMPLATE FOR ADDING ANOTHER PIPELINE
|
# TEMPLATE FOR ADDING ANOTHER PIPELINE
|
||||||
|
Loading…
Reference in New Issue
Block a user