mirror of
https://github.com/MillironX/setup-nextflow.git
synced 2024-11-22 01:46:04 +00:00
Add GITHUB_TOKEN to test workflow
This commit is contained in:
parent
46faecc7b2
commit
e00cecc9e1
1 changed files with 1 additions and 0 deletions
1
.github/workflows/example.yml
vendored
1
.github/workflows/example.yml
vendored
|
@ -30,6 +30,7 @@ jobs:
|
|||
with:
|
||||
node-version: 16
|
||||
cache: "npm"
|
||||
token: ${{ secrets.GITHUB_TOKEN }}
|
||||
- run: npm install
|
||||
- uses: ./
|
||||
with:
|
||||
|
|
Loading…
Reference in a new issue