Skip to content

Commit

Permalink
fix: workflows that run when main is updated
Browse files Browse the repository at this point in the history
  • Loading branch information
phoebus-84 committed Jan 29, 2025
1 parent fbf2be9 commit b6e51ed
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 90 deletions.
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# need to be move in Forkbomb/ship-capacitor-apps
name: '🧪 and 📢 and 📲'

on:
Expand Down
89 changes: 0 additions & 89 deletions .github/workflows/build_alpha_release.yml

This file was deleted.

19 changes: 19 additions & 0 deletions .github/workflows/publish_android_beta_version.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
name: 🤖🌈 Publish android alpha version

on:
push:
branches: ['main']

jobs:
distribute:
uses: ForkbombEu/ship-capacitor-apps/.github/workflows/ship_android.yml@main
with:
backend-url: ${{ github.env.test.vars.PUBLIC_BACKEND_URL }}
lane: beta
package-name: com.didroom.verifier
secrets:
keystore-file: ${{ secrets.PLAYSTORE_KEYSTORE }}
service-account: ${{ secrets.PLAYSTORE_SERVICE_ACCOUNT }}
keystore-alias: ${{ secrets.PLAYSTORE_KEYSTORE_ALIAS }}
keystore-password: ${{ secrets.PLAYSTORE_KEYSTORE_PASSWORD }}
keystore-key-password: ${{ secrets.PLAYSTORE_KEYSTORE_KEY_PASSWORD }}
2 changes: 1 addition & 1 deletion .github/workflows/publish_ios_production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
DEMO_PASSWORD: ${{ github.env.ios.vars.USER_PASSWORD }}
secrets:
APP_STORE_CONNECT_TEAM_ID: ${{ secrets.APP_STORE_CONNECT_TEAM_ID }}
BUNDLE_IDENTIFIER: ${{ secrets.BUNDLE_IDENTIFIER }}
BUNDLE_IDENTIFIER: com.didroom.verifier
BUILD_CERTIFICATE_BASE64: ${{ secrets.IOS_BUILD_CERTIFICATE }}
BUILD_PROVISION_PROFILE_BASE64: ${{ secrets.IOS_BUILD_PROVISION_PROFILE }}
APPLE_KEY_ID: ${{ secrets.APPLE_KEY_ID }}
Expand Down

0 comments on commit b6e51ed

Please sign in to comment.