Skip to content

Bitrise API

Bitrise API #162

Workflow file for this run

name: Bitrise API
on:
pull_request:
push:
branches:
- main
schedule:
- cron: '0 0 * * *'
jobs:
check-changes:
runs-on: ubuntu-22.04
steps:
- name: Project Checkout
uses: actions/[email protected]
- name: Check changes and deploy on bump.sh
run: ./check-bitrise-api.sh ${{ secrets.BUMPSH_TOKEN }}