Skip to content

Sage-Bionetworks-Workflows/sbpack-action

Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 }}
        api_endpoint: https://cavatica-api.sbgenomics.com/v2