Skip to content

Commit 4d185da

Browse files
authored
ci: stop persisting credentials in google auth steps (#916)
Stop persisting credentials in direct wif
1 parent 30f78fd commit 4d185da

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

actions/login-to-gar/action.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ runs:
5252
with:
5353
project_id: "grafanalabs-workload-identity"
5454
workload_identity_provider: "projects/304398677251/locations/global/workloadIdentityPools/github/providers/github-provider"
55+
create_credentials_file: false
5556
- name: Login to GAR
5657
if: ${{ steps.auth_with_service_account.outputs.access_token == '' }}
5758
uses: docker/login-action@74a5d142397b4f367a81961eba4e8cd7edddf772 # v3.4.0

0 commit comments

Comments
 (0)