Even more README fixes

This commit is contained in:
Seth Vargo 2021-09-20 11:44:31 -04:00
parent 5e33466111
commit ad2dddb569
No known key found for this signature in database
GPG Key ID: C921994F9C27E0FF

View File

@ -49,7 +49,7 @@ jobs:
- id: 'access-secret' - id: 'access-secret'
run: |- run: |-
curl https://secretmanager.googleapis.com/v1/projects/my-project/secrets/my-secret/versions/1:access \ 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 ## Inputs