update ota scripts

This commit is contained in:
Violet Caulfield
2025-05-15 11:42:30 -05:00
parent 35b0f6c054
commit 67fb799c5b
3 changed files with 6 additions and 2 deletions
+4
View File
@@ -27,6 +27,10 @@ jobs:
- name: 🤖 Publish Android Update
run: yarn sendOTA:android
env:
SIGNING_REPO_PAT: ${{ secrets.SIGNING_REPO_PAT }}
- name: 🍎 Publish iOS Update
run: yarn sendOTA:iOS
env:
SIGNING_REPO_PAT: ${{ secrets.SIGNING_REPO_PAT }}