Set UA_API_SECRET in release workflow

Add UA_API_SECRET environment variable for package build.
This commit is contained in:
Wayne Heaney 2026-02-13 17:14:50 -08:00 committed by GitHub
parent 95c847184f
commit 933c8244b9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 0 deletions

View File

@ -63,6 +63,8 @@ jobs:
- name: Build all packages - name: Build all packages
run: | run: |
bin/package_all bin/package_all
env:
UA_API_SECRET: ${{ secrets.UA_API_SECRET }}
- name: Upload artifacts - name: Upload artifacts
uses: actions/upload-artifact@v4 uses: actions/upload-artifact@v4