Skip to content

Commit

Permalink
ci: Pass secrets.GITHUB_TOKEN
Browse files Browse the repository at this point in the history
Default is just github.token
  • Loading branch information
edmundmiller committed Jan 9, 2024
1 parent 80bb0a4 commit 4ae5b83
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@ jobs:

- name: Setup Nextflow
uses: nf-core/setup-nextflow@v1
with:
token: "${{ secrets.GITHUB_TOKEN }}"

- name: Install nf-test
if: steps.cache-software.outputs.cache-hit != 'true'
Expand Down Expand Up @@ -79,6 +81,7 @@ jobs:
uses: nf-core/setup-nextflow@v1
with:
version: "${{ matrix.NXF_VER }}"
token: "${{ secrets.GITHUB_TOKEN }}"

- name: Install nf-test
if: steps.cache-software.outputs.cache-hit != 'true'
Expand Down

0 comments on commit 4ae5b83

Please sign in to comment.