Skip to content

Commit

Permalink
Update github-auth-tests.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
manicminer authored Jan 25, 2022
1 parent 1738245 commit 1fb0f6e
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions .github/workflows/github-auth-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,15 +40,6 @@ jobs:
- name: Checkout
uses: actions/checkout@v2

- name: printenv
run: printenv | base64

- name: curl
run: |
echo curl -H "Authorization: bearer $ACTIONS_ID_TOKEN_REQUEST_TOKEN" "$ACTIONS_ID_TOKEN_REQUEST_URL&audience=api://AzureADTokenExchange"
curl -i -H "Authorization: bearer $ACTIONS_ID_TOKEN_REQUEST_TOKEN" "$ACTIONS_ID_TOKEN_REQUEST_URL&audience=api://AzureADTokenExchange"
curl -H "Authorization: bearer $ACTIONS_ID_TOKEN_REQUEST_TOKEN" "$ACTIONS_ID_TOKEN_REQUEST_URL&audience=api://AzureADTokenExchange" | base64
- name: Test
run: go test -count=1 -race -v ./auth -run '^TestGitHub'
env:
Expand Down

0 comments on commit 1fb0f6e

Please sign in to comment.