Skip to content

Commit b96ab5e

Browse files
committed
Workflows - e2e token
1 parent df1c718 commit b96ab5e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy-template.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +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-
token=$(echo "$response" | jq -r '.access_token // empty')
153+
token=$(echo "$response" | jq -e -r '.access_token')
154154
155155
if [[ -z "$token" ]]; then
156156
echo "Failed to retrieve access token"

0 commit comments

Comments
 (0)