File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1111 pipx install poetry
1212 cd tests/e2e-tests && poetry install
1313
14+ - name : Install get_token and get Apigee token
15+ shell : bash
16+ run : |
17+ curl https://login.apigee.com/resources/scripts/sso-cli/ssocli-bundle.zip -O
18+ unzip ssocli-bundle.zip
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)" >> "$GITHUB_ENV"
23+
1424 - name : Run e2e tests
1525 shell : bash
1626 run : |
Original file line number Diff line number Diff line change 9595 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
9696 NON_PROD_API_KEY : ${{ secrets.NON_PROD_API_KEY }}
9797 INTERNAL_DEV_TEST_PEM : ${{ secrets.INTERNAL_DEV_TEST_PEM }}
98+ APIGEE_PASSWORD : $ {{ secrets. APIGEE_PASSWORD }}
You can’t perform that action at this time.
0 commit comments