Skip to content

Commit 1efdc61

Browse files
Update README.md
1 parent 100fc62 commit 1efdc61

1 file changed

Lines changed: 23 additions & 0 deletions

File tree

README.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,3 +27,26 @@ Distribution groups. You can specify the groups as a comma-separated list: `andr
2727

2828
Release notes for this build. If not specified, the action will add commit short hash and commit message.
2929
Sample: `a6e6c41 Edit yaml file`
30+
31+
## Sample Usage
32+
33+
- name: CI
34+
on:
35+
push:
36+
branches: [ main ]
37+
pull_request:
38+
branches: [ main ]
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

Comments
 (0)