Skip to content

Commit 0b0ee35

Browse files
committed
Workflows - Debug e2e
1 parent 733770c commit 0b0ee35

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/deploy-template.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -150,6 +150,7 @@ jobs:
150150
-H "Authorization: Basic $APIGEE_OAUTH_TOKEN" \
151151
-d "username=$APIGEE_USERNAME&password=$APIGEE_PASSWORD&mfa_token=$CODE&grant_type=password")
152152
153+
echo $response
153154
token=$(echo "$response" | jq -e -r '.access_token')
154155
155156
if [[ -z "$token" ]]; then

0 commit comments

Comments
 (0)