ci: Add S3 id_token for all jobs
id_tokens will replace $CI_JOB_TOKEN predefined variable in GitLab 18.0 See: https://docs.gitlab.com/ee/update/deprecations.html#default-cicd-job-token-ci_job_token-scope-changed Signed-off-by: Guilherme Gallo <guilherme.gallo@collabora.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/28916>
This commit is contained in:

committed by
Marge Bot

parent
87fa1fdcb2
commit
2639c91052
@@ -93,6 +93,9 @@ variables:
|
|||||||
MESA_SPIRV_LOG_LEVEL: error
|
MESA_SPIRV_LOG_LEVEL: error
|
||||||
|
|
||||||
default:
|
default:
|
||||||
|
id_tokens:
|
||||||
|
S3_JWT:
|
||||||
|
aud: https://s3.freedesktop.org
|
||||||
before_script:
|
before_script:
|
||||||
- >
|
- >
|
||||||
export SCRIPTS_DIR=$(mktemp -d) &&
|
export SCRIPTS_DIR=$(mktemp -d) &&
|
||||||
|
Reference in New Issue
Block a user