mirror of
https://github.com/MillironX/setup-nextflow.git
synced 2024-11-25 02:39:55 +00:00
Remove GITHUB_TOKEN
This commit is contained in:
parent
39be9d4ef1
commit
adcbf207e2
1 changed files with 0 additions and 1 deletions
1
.github/workflows/example.yml
vendored
1
.github/workflows/example.yml
vendored
|
@ -30,7 +30,6 @@ jobs:
|
||||||
with:
|
with:
|
||||||
node-version: 16
|
node-version: 16
|
||||||
cache: "npm"
|
cache: "npm"
|
||||||
token: ${{ secrets.GITHUB_TOKEN }}
|
|
||||||
- run: npm install
|
- run: npm install
|
||||||
- uses: ./
|
- uses: ./
|
||||||
with:
|
with:
|
||||||
|
|
Loading…
Reference in a new issue