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

pull/39963/merge
Scott Wittenburg 2023-09-15 14:09:18 -06:00 committed by GitHub
parent 060bc01273
commit cbabdf283c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

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