Skip to content

Commit 0cd1ad6

Browse files
committed
Supply empty MFA
1 parent c734533 commit 0cd1ad6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/actions/e2e-tests/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ runs:
1919
mkdir -p "$HOME/.local/bin"
2020
./install -b "$HOME/.local/bin"
2121
echo "$HOME/.local/bin" >> "$GITHUB_PATH"
22-
echo "APIGEE_ACCESS_TOKEN=$(SSO_LOGIN_URL=https://login.apigee.com get_token -u steve.buxton@nhs.net:$APIGEE_PASSWORD)" >> "$GITHUB_ENV"
22+
echo "APIGEE_ACCESS_TOKEN=$(SSO_LOGIN_URL=https://login.apigee.com get_token -u steve.buxton@nhs.net:$APIGEE_PASSWORD)" -m\"\"">> "$GITHUB_ENV"
2323
2424
- name: Run e2e tests
2525
shell: bash

0 commit comments

Comments
 (0)