mirror of
https://github.com/MillironX/setup-nextflow.git
synced 2024-11-25 02:39:55 +00:00
Remove token from test workflow
This commit is contained in:
parent
b1a785ed4d
commit
46faecc7b2
1 changed files with 0 additions and 1 deletions
1
.github/workflows/example.yml
vendored
1
.github/workflows/example.yml
vendored
|
@ -35,5 +35,4 @@ jobs:
|
||||||
with:
|
with:
|
||||||
version: ${{ matrix.nextflow_version }}
|
version: ${{ matrix.nextflow_version }}
|
||||||
all: ${{ matrix.all_distribution }}
|
all: ${{ matrix.all_distribution }}
|
||||||
token: $${{ secrets.TOKEN }}
|
|
||||||
- run: nextflow -v
|
- run: nextflow -v
|
||||||
|
|
Loading…
Reference in a new issue