Skip to content

Commit 0791b55

Browse files
authored
chore: fix examples (#83)
1 parent 21441eb commit 0791b55

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

modules/gh-oidc/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,9 +57,9 @@ jobs:
5757
with:
5858
workload_identity_provider: ${{ secrets.PROVIDER_NAME }} # this is the output provider_name from the TF module
5959
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'
60+
- id: 'list-buckets-contents'
6161
run: |-
62-
curl https://storage.googleapis.com/storage/v1/b/YOUR-GCS-BUCKET/o \
62+
curl -sSf https://storage.googleapis.com/storage/v1/b/YOUR-GCS-BUCKET/o \
6363
--header "Authorization: Bearer ${{ steps.auth.outputs.access_token }}"
6464
```
6565

0 commit comments

Comments
 (0)