Skip to content

Commit

Permalink
Update google.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ab77 authored Jan 24, 2024
1 parent 3c19fb7 commit 34f18ff
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/google.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,15 @@ jobs:
--header "Authorization: Bearer $(gcloud auth print-access-token)" \
| jq -r '.users[].id'
# https://developers.google.com/admin-sdk/directory/reference/rest/v1/roleAssignments/list
curl --fail --silent \
https://admin.googleapis.com/admin/directory/v1/customer/${CUSTOMER}/roleassignments \
--header "Authorization: Bearer $(gcloud auth print-access-token)" | jq -r .
# https://developers.google.com/admin-sdk/directory/reference/rest/v1/roles/list
curl --fail --silent \
https://admin.googleapis.com/admin/directory/v1/customer/${CUSTOMER}/roles \
--header "Authorization: Bearer $(gcloud auth print-access-token)" | jq -r .
env:
CUSTOMER: C01jv3tsi

0 comments on commit 34f18ff

Please sign in to comment.