From 4aab94e6c163fe6be7f5d94e73541a4bdba37b0e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Skaar=2C=20Bj=C3=B8rn-Andre?= Date: Wed, 13 Mar 2024 10:48:55 +0100 Subject: [PATCH] Attempts for fixing failed upload to AR --- .github/workflows/release.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 11d9f06..ee1cee8 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -39,6 +39,10 @@ jobs: workload_identity_provider: "projects/848539402404/locations/global/workloadIdentityPools/gh-actions/providers/gh-actions" service_account: "gh-actions-dapla-pseudo@artifact-registry-5n.iam.gserviceaccount.com" token_format: access_token + create_credentials_file: true + export_environment_variables: true + + - name: Cache Maven packages uses: actions/cache@v3