Skip to content

Commit

Permalink
Fix request
Browse files Browse the repository at this point in the history
  • Loading branch information
geofflamrock committed Dec 14, 2023
1 parent d49af03 commit e7a2746
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ jobs:

- name: Get OIDC identity details
run: |
curl -s ${{ env.SERVER_URL }}/api/serviceaccounts/Users-1/oidcidentities/v1 > ./oidcidentities.json
curl -s -H "X-Octopus-ApiKey: ${{ env.ADMIN_API_KEY }}" "${{ env.SERVER_URL }}/api/serviceaccounts/Users-1/oidcidentities/v1?skip=0&take=1000" > ./oidcidentities.json
service_account_id=$(jq -r '.ExternalId' ./oidcidentities.json)
Expand Down

0 comments on commit e7a2746

Please sign in to comment.