Skip to content

Commit

Permalink
add required secrets to canary_ota.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
abe-winter committed Jan 30, 2025
1 parent 895b960 commit 22a41ab
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/canary_ota.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,23 @@ on:
otaTag:
required: true
type: string
secrets:
ESP32_CANARY_ROBOT:
required: true
ESP32_CANARY_ROBOT_PART_ID:
required: true
ESP32_CANARY_API_KEY:
required: true
ESP32_CANARY_API_KEY_ID:
required: true
GCP_BUCKET_URL:
required: true
GCP_BUCKET_NAME:
required: true
CANARY_SLACKBOT_TOKEN:
required: true
MICRO_RDK_TEAM_CHANNEL_ID:
required: true
workflow_dispatch:
inputs:
otaTag:
Expand Down

0 comments on commit 22a41ab

Please sign in to comment.