Skip to content

thewebops/farn-action

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

farn-action

FARN (Fastlane Android React Native) action to build your android app (APK/ AAB).

Inputs

keystore

Required base64 encoding of your android keystore.jks file.

keystore_password

Required Password value of your android keystore.

keystore_alias

Required Android keystore alias.

Outputs

time

The time we greeted you.

Example usage

name: build

on:
  push:
    branches: [testing]

jobs:
  build-android:
    runs-on: ubuntu-latest
    steps:
      - uses: actions/checkout@v2
        name: Checking out
      - uses: thewebops/farn-action@master
        name: Building andorid app
        with:
          keystore: ${{ secrets.ANDROID_KEYSTORE }}
          keystore_password: ${{ secrets.ANDROID_KEYSTORE_PASSWORD }}
          keystore_alias: \${{ secrets.ANDROID_KEYSTORE_ALIAS }}
          args: fastlane android build task:assemble

About

Github action workflow to build and deploy react native android apps.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published