Skip to content

Commit

Permalink
Use env first
Browse files Browse the repository at this point in the history
  • Loading branch information
tillenglert committed Jun 25, 2024
1 parent 5006750 commit 433be9c
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 @@ -106,6 +106,9 @@ jobs:
sudo mv nf-test /usr/local/bin/
- name: Run nf-test
env:
NCBI_EMAIL: ${{ secrets.NCBI_EMAIL }}
NCBI_KEY: ${{ secrets.NCBI_KEY }}
run: |
nextflow secrets set NCBI_EMAIL ${{ secrets.NCBI_EMAIL }}
nextflow secrets set NCBI_KEY ${{ secrets.NCBI_KEY }}
Expand Down

0 comments on commit 433be9c

Please sign in to comment.