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.
- 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
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 |
None