Skip to content

seqeralabs/setup-seqerakit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

setup-seqerakit

A Github Action to set up everything needed to run seqerakit, including setup of tower-cli if not found already in the Github Action runner environment.

Usage

  - name: Compare coverage
    uses: seqera/setup-seqerakit@v1
    with:
      api-endpoint: "https://tower.nf/api"
      token: ${{ secrets.SEQERA_PLATFORM_PERSONAL_ACCESS_TOKEN }}
  - name: Use seqerakit
    run: |
      seqerakit my_data.yml

Action inputs

Name Description Default
token Personal access token defined in Seqera Platform. Store it as a Github secret to avoid disclosing it. -
api-endpoint Seqera platform API endpoint https://tower.nf/api

Outputs

None

License

MIT