Created
April 16, 2025 06:24
-
-
Save zeuslawyer/6678f0c0a920af0f9dcc0e34cfca6c45 to your computer and use it in GitHub Desktop.
Workflow configuration
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# How often the workflow triggers (e.g., every 2 minutes below) | |
cronExpression: "0 */2 * * * *" | |
# Provide the location or city. We'll pass this to Weatherstack. | |
weatherCity: "Adelaide" | |
# Address of a pre-deployed contract that expects (uint256 Temperature)[] in onReport(...) | |
consumerAddress: "0x6fc40D2398e917EC1F1beE2EB60Ca0F43dFFC7A2" | |
# Identifies which chain-writer capability to use | |
chainWriterLabel: "[email protected]" | |
# Weatherstack API base URL (MUST be https!) | |
weatherApiURL: "https://api.weatherstack.com/current" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment