Skip to content

Commit

Permalink
Setup GitHub Action.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaynewstrom-stripe committed Oct 4, 2024
1 parent 5d2de96 commit ab5a907
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ name: Upload aabs on push
# The aab is used as a base reference to compare with aab built from pull requests.

on:
workflow_dispatch:
push:
branches:
- master
Expand Down Expand Up @@ -38,3 +39,8 @@ jobs:
env:
EMERGE_API_TOKEN: ${{ secrets.EMERGE_API_KEY }}
EMERGE_TAG: push
- name: Firebase App Distribution
uses: wzieba/Firebase-Distribution-Github-Action@a41b2f7ab3f7c2631b6a73fb2f660b517cef45a9
with:
appId: "1:577365562050:android:5b7e92d18f8ca8d1e9a15b"
serviceCredentialsFileContent: ${{ secrets.PAYMENTS_GOOGLE_CLOUD_KEY }}

0 comments on commit ab5a907

Please sign in to comment.