From ad2dddb569ada2f20439fd70fd1976f7fcc82b65 Mon Sep 17 00:00:00 2001 From: Seth Vargo Date: Mon, 20 Sep 2021 11:44:31 -0400 Subject: [PATCH] Even more README fixes --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5011376..1c44324 100644 --- a/README.md +++ b/README.md @@ -49,7 +49,7 @@ jobs: - id: 'access-secret' run: |- curl https://secretmanager.googleapis.com/v1/projects/my-project/secrets/my-secret/versions/1:access \ - --header "Authorization: Bearer ${{ steps.integration.outputs.access_token }}" + --header "Authorization: Bearer ${{ steps.google-cloud-auth.outputs.access_token }}" ``` ## Inputs