Skip to content

Commit

Permalink
change api key
Browse files Browse the repository at this point in the history
  • Loading branch information
mattjperez committed Jan 29, 2025
1 parent ab0d5eb commit 3b169b8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions canary/canary_ota.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ async def connect(api_key: str, api_key_id: str, num_attempts: int) -> ViamClien
time.sleep(0.5)

async def main():
api_key = os.environ["ESP32_CANARY_API_KEY"]
api_key_id = os.environ["ESP32_CANARY_API_KEY_ID"]
api_key = os.environ["ESP32_CANARY_API_KEY_2"]
api_key_id = os.environ["ESP32_CANARY_API_KEY_ID_2"]
part_id = os.environ["ESP32_CANARY_ROBOT_PART_ID"]
tag_name = os.environ["ESP32_CANARY_OTA_VERSION_TAG"]
bucket_url = os.environ["GCP_BUCKET_URL"]
Expand Down

0 comments on commit 3b169b8

Please sign in to comment.