We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 100fc62 commit 1efdc61Copy full SHA for 1efdc61
1 file changed
README.md
@@ -27,3 +27,26 @@ Distribution groups. You can specify the groups as a comma-separated list: `andr
27
28
Release notes for this build. If not specified, the action will add commit short hash and commit message.
29
Sample: `a6e6c41 Edit yaml file`
30
+
31
+## Sample Usage
32
33
+ - name: CI
34
+ on:
35
+ push:
36
+ branches: [ main ]
37
+ pull_request:
38
39
40
+ workflow_dispatch:
41
42
+ jobs:
43
+ build:
44
+ runs-on: ubuntu-latest
45
+ steps:
46
+ - name: Firebase App Distribution
47
+ uses: hasretsariyer/firebase-app-distribution-github-action@v1
48
+ with:
49
+ app_id: ${{secrets.FIREBASE_APP_ID}}
50
+ firebase_token: ${{secrets.FIREBASE_TOKEN}}
51
+ app_file: app-release.apk
52
+ tester_groups: maintainers
0 commit comments