From 2639c9105267cc8228c5bf2f08f8203207014b37 Mon Sep 17 00:00:00 2001 From: Guilherme Gallo Date: Wed, 24 Apr 2024 16:41:07 -0300 Subject: [PATCH] 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 Part-of: --- .gitlab-ci.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 16e401a19f9..815cad9687f 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -93,6 +93,9 @@ variables: MESA_SPIRV_LOG_LEVEL: error default: + id_tokens: + S3_JWT: + aud: https://s3.freedesktop.org before_script: - > export SCRIPTS_DIR=$(mktemp -d) &&