Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rename KEEP_TEST_ETH_HOSTNAME env variable #104

Conversation

michalinacienciala
Copy link
Contributor

We've changed the names of the secrets and need to update the workflow
configs accordingly. The change of secret name was introduced to
differentiate between WS and HTTP urls.

Depends on:
#98

Refs:

We've changed the names of the secrets and need to update the workflow
configs accordingly. The change of secret name was introduced to
differentiate between WS and HTTP urls.
@@ -38,7 +38,7 @@ jobs:
- name: Run e2e tests
run: |
./e2e-test.js \
--bitcoin-electrum-host=${{ secrets.KEEP_TEST_ELECTRUMX_HOSTNAME }} \
--bitcoin-electrum-host=${{ secrets.KEEP_TEST_ELECTRUMX_HOSTNAME_WS }} \
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We don't need to change this. We updated only KEEP_TEST_ETH_HOSTNAME to KEEP_TEST_ETH_HOSTNAME_WS.

In the GitHub's settings, we've changed the name of the
`KEEP_TEST_ETH_HOSTNAME` to `KEEP_TEST_ETH_HOSTNAME_WS` to differenciate
between WS and HTTP urls. We need to update workflow config accordingly.
This commit fixes the configuration incorrectly updated in the last
commit.
…o-gha' into rename-keep-test-eth-hostname-secret
@michalinacienciala michalinacienciala changed the title Change value of the CHAIN_API_URL Rename KEEP_TEST_ETH_HOSTNAME env variable Aug 9, 2021
@nkuba nkuba merged commit 283b348 into rfc-18/move-e2e-kubernetes-job-to-gha Aug 9, 2021
@nkuba nkuba deleted the rename-keep-test-eth-hostname-secret branch August 9, 2021 13:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants