-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: workflows that run when main is updated
- Loading branch information
1 parent
fbf2be9
commit b6e51ed
Showing
4 changed files
with
21 additions
and
90 deletions.
There are no files selected for viewing
1 change: 1 addition & 0 deletions
1
.github/workflows/alpha_version.yml → .github/workflows/alpha_version.yml.disabled
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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: | ||
|
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 }} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters