Skip to content

Instantly share code, notes, and snippets.

@ShaiqAhmedkhan
Created June 8, 2020 11:33
Show Gist options
  • Save ShaiqAhmedkhan/2ca6276af7256fbe28dcc5e1efd1464a to your computer and use it in GitHub Desktop.
Save ShaiqAhmedkhan/2ca6276af7256fbe28dcc5e1efd1464a to your computer and use it in GitHub Desktop.
name: Demo
if: (github.base_ref == 'master' && github.event_name == 'pull_request')
uses: wzieba/[email protected]
with:
appId: ${{secrets.FIREBASE_ANDROID_APPID}}
token: ${{secrets.FIREBASE_TOKEN}}
groups: testers
release_notes: "a new version"
file: build/app/outputs/apk/release/app-release.apk
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment