Even more README fixes
This commit is contained in:
parent
5e33466111
commit
ad2dddb569
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user