Skip to content

Commit

Permalink
debug curl
Browse files Browse the repository at this point in the history
  • Loading branch information
sxlijin authored Dec 18, 2023
1 parent 6794ba6 commit 9182a2e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/oidc-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,13 +33,16 @@ jobs:
env:
CURLOPT_SSL_CIPHER_LIST: AES256+EECDH:AES256+EDH
steps:

- name: dump curl options
run: |
env | sort -u
- name: fetch openidc-configuration
run: curl -L https://token.actions.githubusercontent.com/.well-known/openid-configuration

- name: fetch jwks
run: |
export CURLOPT_SSL_CIPHER_LIST='AES256+EECDH:AES256+EDH'
curl -L https://token.actions.githubusercontent.com/.well-known/jwks.json
- name: fetch openidc-configuration again
Expand Down

0 comments on commit 9182a2e

Please # to comment.