stage fingerprint ota workflows and native receipts
This commit is contained in:
@@ -37,7 +37,10 @@ env:
|
||||
|
||||
jobs:
|
||||
bundleDeploy:
|
||||
if: github.repository == 'bluesky-social/social-app'
|
||||
if: >-
|
||||
github.repository == 'bluesky-social/social-app' &&
|
||||
(vars.OTA_FINGERPRINT_PIPELINE_ENABLED != 'true' ||
|
||||
(github.event_name == 'workflow_dispatch' && inputs.channel == 'production'))
|
||||
name: Bundle and Deploy EAS Update
|
||||
runs-on: ubuntu-latest
|
||||
# id-token: write lets this job mint an OIDC token to assume the denis
|
||||
|
||||
Reference in New Issue
Block a user