-
Notifications
You must be signed in to change notification settings - Fork 46
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
Use test secrets for E2E tests #817
Conversation
env: | ||
E2E_TEST_CHAINLINK_IMAGE: ${{ env.CL_ECR }} | ||
E2E_TEST_SOLANA_SECRET: thisisatestingonlysecret | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
is there also a core side PR that updates the solana e2e in the chainlink
repo?
otherwise updating the chainlink-solana
ref in core may cause the solana e2e tests in there to break if these changes are not backwards compatible
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
addressing this here: smartcontractkit/chainlink#14332
since it's now blocking other e2e test updates
|
We're updating how we manage test secrets on GitHub CI to enhance security. Instead of passing secrets like the Chainlink image name or wallet key in test config, we will now load them from the
~/.testsecrets
file in your home directory. When running on Github CI custom secrets can be provided intest_secrets_override_key
input.Full guide: https://github.com/smartcontractkit/chainlink-testing-framework/blob/main/config/README.md#test-secrets