name: deployment #always run on the default branch: master on: schedule: - cron: '04 04 * * *' env: TERM: dumb GRADLE_OPTS: "-Dorg.gradle.daemon=false --stacktrace" jobs: promote-alpha: runs-on: ubuntu-18.04 container: menny/android_base:1.13.6 steps: - uses: actions/checkout@v2 - name: request-scheduled-promote uses: ./.github/actions/deploy-request with: sha: ${{ github.sha }} ref: ${{ github.ref }} new_deploy: false api_username: ${{ secrets.BOT_MASTER_RW_GITHUB_USERNAME }} api_token: ${{ secrets.BOT_MASTER_RW_GITHUB_TOKEN }}