We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 784e530 commit fbf9266Copy full SHA for fbf9266
1 file changed
.github/actions/e2e-tests/action.yml
@@ -19,7 +19,8 @@ runs:
19
mkdir -p "$HOME/.local/bin"
20
./install -b "$HOME/.local/bin"
21
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 -m\"\")">> "$GITHUB_ENV"
+ SSO_LOGIN_URL=https://login.apigee.com
23
+ echo "APIGEE_ACCESS_TOKEN=$(SSO_LOGIN_URL=https://login.apigee.com get_token -u steve.buxton@nhs.net:$APIGEE_PASSWORD -m '')">> "$GITHUB_ENV"
24
25
- name: Run e2e tests
26
shell: bash
0 commit comments