Skip to content

Instantly share code, notes, and snippets.

@titooan
Last active February 18, 2022 20:23
Show Gist options
  • Select an option

  • Save titooan/b5f5212300265b1e0e2cd64943803d5a to your computer and use it in GitHub Desktop.

Select an option

Save titooan/b5f5212300265b1e0e2cd64943803d5a to your computer and use it in GitHub Desktop.
Adding a timeout to a step
- name: publish preprod apk to App Center
run: appcenter distribute release --app PREPROD_APP_ID
--file app/build/outputs/apk/preprod/release/app-preprod-release.apk
--token ${{secrets.OUR_APPCENTER_TOKEN}} --group GROUP_NAME
timeout-minutes: 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment