Skip to content

Commit

Permalink
update url
Browse files Browse the repository at this point in the history
  • Loading branch information
classiqdor committed Jun 6, 2024
1 parent 168d2c7 commit 4cadef2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/run_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
- name: Set authentication
run: |
curl --request POST \
--url https://classiq-dev.eu.auth0.com/oauth/token \
--url https://auth.classiq.io/oauth/token \
--header 'content-type: application/json' \
--data '{"client_id":"${{ secrets.CLASSIQ_CLIENT_ID }}","client_secret":"${{ secrets.CLASSIQ_CLIENT_SECRET }}","audience":"https://cadmium-be","grant_type":"client_credentials"}' \
> "${HOME}/.classiq-credentials"
Expand Down

0 comments on commit 4cadef2

Please sign in to comment.