From e7ede7ed5b3a91666a7d2209c1079d14d4406bc4 Mon Sep 17 00:00:00 2001 From: Matthew Huebert Date: Thu, 23 May 2024 14:07:25 +0200 Subject: [PATCH] ci --- .github/workflows/release.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 770b396..71e0e44 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -14,7 +14,8 @@ jobs: steps: - uses: 'actions/checkout@v4' - - uses: 'google-github-actions/auth@v2' + - id: 'auth' + uses: 'google-github-actions/auth@v2' with: project_id: 'probcomp-caliban' workload_identity_provider: 'projects/110275315150/locations/global/workloadIdentityPools/app-engine-publishers/providers/github'