You're viewing an older version of this GitHub Action. Do you want to see the latest version instead?
GitHub Action
sbpack push
v0.0.1
Using sbpack to update seven bridges workflow applications.
To update application in seven bridges platforms, authentication tokens and there must be prexisting projects and applications.
name: ci
on:
push:
branches: master
jobs:
update_application:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: sbpack push
uses: include-dcc/[email protected]
with:
app_name: thomasyu888/test/testing
workflow_path: example/hello_world_workflow.cwl
auth_token: ${{secrets.SBG_AUTH_TOKEN }}