We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Allow to use the API access key from environment variable for better CI/CD integration
The text was updated successfully, but these errors were encountered:
Hey @cuckflong,
I know it is not ideal that we don't have the way of providing the access key in an .env variable. We are planning to work on it in the near future.
As a workaround, I can provide the following solution:
hardhat-tenderly
~/.tenderly/config.yaml
The structure of the file is simple and should be:
access_key: <your-access-key>
Sorry, something went wrong.
No branches or pull requests
Allow to use the API access key from environment variable for better CI/CD integration
The text was updated successfully, but these errors were encountered: