Skip to content

Commit

Permalink
Actionlint
Browse files Browse the repository at this point in the history
  • Loading branch information
singiamtel committed Sep 27, 2024
1 parent a88acc3 commit b07f2aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cacheo2package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
- name: Launch the CacheO2Package job in Jenkins
run: |
# Login against SSO
TOKEN="$(curl --location -X POST $SSO_AUTH_URL \
TOKEN="$(curl --location -X POST "$SSO_AUTH_URL" \
--header 'Content-Type: application/x-www-form-urlencoded' \
--data-urlencode 'grant_type=client_credentials' \
--data-urlencode "client_id=$CLIENT_ID" \
Expand Down

0 comments on commit b07f2aa

Please sign in to comment.