Skip to content
You're viewing an older version of this GitHub Action. Do you want to see the latest version instead?
upload-cloud

GitHub Action

sbpack push

v0.0.1

sbpack push

upload-cloud

sbpack push

Push workflow file to sevenbridges application

Installation

Copy and paste the following snippet into your .yml file.

              

- name: sbpack push

uses: Sage-Bionetworks-Workflows/[email protected]

Learn more about this action in Sage-Bionetworks-Workflows/sbpack-action

Choose a version

About

Using sbpack to update seven bridges workflow applications.

Usage

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 }}