Skip to content

Instantly share code, notes, and snippets.

@wzieba
Last active October 25, 2019 08:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save wzieba/b4d10014a1085afc104bbb8a0b556519 to your computer and use it in GitHub Desktop.
Save wzieba/b4d10014a1085afc104bbb8a0b556519 to your computer and use it in GitHub Desktop.
name: 'Firebase Distribution'
description: 'GitHub Action that uploads artifacts to Firebase Distribution'
author: 'Wojciech Zięba <@wzieba>'
inputs:
appId:
description: 'App id can be found on the General Settings page'
required: true
token:
description: 'Upload token - see Firebase CLI Reference'
required: true
file:
description: 'Artifact to upload (.apk or .ipa)'
required: true
groups:
description: 'Distribution groups'
required: false
releaseNotes:
description: 'Release notes visible on release page'
required: false
branding:
color: 'orange'
icon: 'send'
runs:
using: 'docker'
image: 'Dockerfile'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment