Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bug 1876573 - Implement bitrisescript #922

Merged
merged 1 commit into from
Feb 26, 2024

Commits on Feb 26, 2024

  1. Bug 1876573 - Implement new script to interface with Bitrise

    Bitrisescript will be used to interface with Bitrise's API. In this
    initial version, only the ability to trigger Bitrise workflows will be
    added, though more capabilities may be added in the future.
    
    Usage of bitrisescript will require at least two scopes:
    
    - <prefix>:app:<app>
    - <prefix>:workflow:<workflow>
    
    The first will ensure the task has permission to trigger workflows for
    the specific app in Bitrise. The second will ensure the task has
    permission to trigger a specific workflow.
    
    Tasks may specify multiple workflow scopes, which will trigger each
    workflow asynchronously.
    ahal committed Feb 26, 2024
    Configuration menu
    Copy the full SHA
    d04a26f View commit details
    Browse the repository at this point in the history