Skip to content

Commit

Permalink
Merge branch 'main' into nmea-parsing
Browse files Browse the repository at this point in the history
  • Loading branch information
gvaradarajan authored Jan 31, 2025
2 parents b71f1cd + d0acff7 commit 0dc686e
Show file tree
Hide file tree
Showing 2 changed files with 18 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
1 change: 1 addition & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -218,5 +218,6 @@ jobs:
update-canary-ota-config:
uses: ./.github/workflows/canary_ota.yml
needs: [publish-release]
secrets: inherit
with:
otaTag: ${{ github.ref_name }}

0 comments on commit 0dc686e

Please sign in to comment.