gitlab ci: submit the correct audience for protected publish jobs (#40046)

This commit is contained in:
Scott Wittenburg
2023-09-15 14:09:18 -06:00
committed by GitHub
parent 060bc01273
commit cbabdf283c

View File

@@ -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