ci: Pass token manually

token
Edmund Miller 9 months ago
parent e867e8f001
commit d5038dee23
No known key found for this signature in database
GPG Key ID: BD387FF7BC10AA9D

@ -41,6 +41,7 @@ jobs:
with:
version: ${{ matrix.nextflow_version }}
all: ${{ matrix.all_distribution }}
token: ${{ secrets.GITHUB_TOKEN }}
- run: nextflow -v
test-pr-14:

Loading…
Cancel
Save