We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 21441eb commit 0791b55Copy full SHA for 0791b55
modules/gh-oidc/README.md
@@ -57,9 +57,9 @@ jobs:
57
with:
58
workload_identity_provider: ${{ secrets.PROVIDER_NAME }} # this is the output provider_name from the TF module
59
service_account: ${{ secrets.SA_EMAIL }} # this is a SA email configured using the TF module with access to YOUR-GCS-BUCKET
60
- - id: 'list buckets contents'
+ - id: 'list-buckets-contents'
61
run: |-
62
- curl https://storage.googleapis.com/storage/v1/b/YOUR-GCS-BUCKET/o \
+ curl -sSf https://storage.googleapis.com/storage/v1/b/YOUR-GCS-BUCKET/o \
63
--header "Authorization: Bearer ${{ steps.auth.outputs.access_token }}"
64
```
65
0 commit comments