mirror of
https://github.com/google-github-actions/auth.git
synced 2026-06-07 16:47:05 +00:00
Even more README fixes
This commit is contained in:
parent
5e33466111
commit
ad2dddb569
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue