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 df1c718 commit b96ab5eCopy full SHA for b96ab5e
.github/workflows/deploy-template.yml
@@ -150,7 +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
- token=$(echo "$response" | jq -r '.access_token // empty')
+ token=$(echo "$response" | jq -e -r '.access_token')
154
155
if [[ -z "$token" ]]; then
156
echo "Failed to retrieve access token"
0 commit comments