We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 733770c commit 0b0ee35Copy full SHA for 0b0ee35
.github/workflows/deploy-template.yml
@@ -150,6 +150,7 @@ jobs:
150
-H "Authorization: Basic $APIGEE_OAUTH_TOKEN" \
151
-d "username=$APIGEE_USERNAME&password=$APIGEE_PASSWORD&mfa_token=$CODE&grant_type=password")
152
153
+ echo $response
154
token=$(echo "$response" | jq -e -r '.access_token')
155
156
if [[ -z "$token" ]]; then
0 commit comments