From 46affe981474e94e2c9d4daaab16bebf7c6bb20d Mon Sep 17 00:00:00 2001 From: Seth Vargo Date: Tue, 6 Dec 2022 14:41:49 -0500 Subject: [PATCH] Small README tweak --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6503e7e..eebdd1f 100644 --- a/README.md +++ b/README.md @@ -4,8 +4,8 @@ This GitHub Action authenticates to Google Cloud. It supports authentication via a Google Cloud Service Account Key JSON and authentication via [Workload Identity Federation][wif]. -Workload Identity Federation is the recommended approach as it obviates the need -to export a long-lived Google Cloud service account key and establishes a trust +Workload Identity Federation is recommended over Service Account Keys as it +obviates the need to export a long-lived credential and establishes a trust delegation relationship between a particular GitHub Actions workflow invocation and permissions on Google Cloud.