Skip to content

Enable GHA workflow to test APK upload in CI #14

Enable GHA workflow to test APK upload in CI

Enable GHA workflow to test APK upload in CI #14

Workflow file for this run

name: Example workflow for App Center action
on: [push]
jobs:
run:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@master
- name: Test upload
uses: ./
with:
owner_name: one-1kpu
app_name: CFA-Alpha-Staging-Incremental
group_name: Collaborators
file_path: sample-app-debug.apk
token: ${{ secrets.APP_CENTER_API_TOKEN }}
if: true