mirror of
https://github.com/google-github-actions/auth.git
synced 2026-06-06 10:47:03 +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'
|
||||
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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue