Skip to content

appfair-app

appfair-app #887

Workflow file for this run

name: appfair-app
on:
push:
branches: '*'
tags: "[0-9]+.[0-9]+.[0-9]+"
schedule:
- cron: '0 4,9,16,21 * * *'
workflow_dispatch:
pull_request:
permissions:
contents: write
jobs:
call-workflow:
uses: skiptools/actions/.github/workflows/skip-app.yml@main
secrets:
# These optional secrets enable the Android app to be signed
KEYSTORE_JKS: ${{ secrets.KEYSTORE_JKS }}
KEYSTORE_PROPERTIES: ${{ secrets.KEYSTORE_PROPERTIES }}
# do not distribute to play store
#GOOGLE_PLAY_APIKEY: ${{ secrets.GOOGLE_PLAY_APIKEY }}