p-mazhnik/Bitrise Build Runner
Run Bitrise build as a step in GitHub Actions workflow.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| bitrise-token | User-generated personal access token or Workspace API token | no | — |
| bitrise-app-slug | Bitrise App slug | yes | — |
| bitrise-build-trigger-token | Bitrise Build trigger token. Can be used as alternative to 'bitrise-token' when 'listen: false'. 'bitrise-token' takes priority. | no | — |
| bitrise-workflow | The name of the workflow you want to trigger (mutually exclusive with bitrise-pipeline) | no | — |
| bitrise-pipeline | The name of the pipeline you want to trigger (mutually exclusive with bitrise-workflow) | no | — |
| listen | Set to `true` if you want to listen for the build logs and wait for build completion. Not supported with bitrise-pipeline | no | false |
| update-interval | How often the action calls the API for updates, seconds | no | 15 |
| skip-git-status-report | Set to `true` if you want do skip git status report | no | false |
| env-vars-for-bitrise | Comma separated list of environment variables to send to Bitrise | no | — |
| stop-on-signals | Comma separated list of process signals on which to stop the build. Default is SIGINT. | no | SIGINT |
| branch-override | Overrides branch provided to Bitrise | no | — |
| commit-override | Overrides commit provided to Bitrise | no | — |
Outputs
| name | description |
|---|---|
| bitrise-build-id | The Bitrise Build ID for this build. |
| bitrise-build-url | The Bitrise Build url for this build. |