mirror of
https://github.com/MillironX/setup-nextflow.git
synced 2024-11-23 10:09:54 +00:00
chore: Remove GitHub token from README
This commit is contained in:
parent
cd4c4de0d4
commit
852c1c2d64
1 changed files with 0 additions and 11 deletions
11
README.md
11
README.md
|
@ -60,17 +60,6 @@ There are three (technically four) aliases to assist in choosing up-to-date Next
|
||||||
|
|
||||||
A boolean deciding whether to download the "all versions" distribution of Nextflow. May be useful for running tests against multiple versions downstream.
|
A boolean deciding whether to download the "all versions" distribution of Nextflow. May be useful for running tests against multiple versions downstream.
|
||||||
|
|
||||||
### `token`
|
|
||||||
|
|
||||||
> **default: `${{ secrets.GITHUB_TOKEN }}`**
|
|
||||||
|
|
||||||
> **:warning: This really shouldn't be changed. If you think this will fix a workflow problem, triple-check everything else first. :warning:**
|
|
||||||
|
|
||||||
This action locates the releases based upon the GitHub API, and requires an access token. The default token provided with all GitHub actions should be sufficient for all use cases on GitHub. Valid reasons to change this:
|
|
||||||
|
|
||||||
- GitHub Enterprise server (and only under some configurations)
|
|
||||||
- Testing workflows locally with [act](https://github.com/nektos/act)
|
|
||||||
|
|
||||||
## Outputs
|
## Outputs
|
||||||
|
|
||||||
There are no outputs from this action.
|
There are no outputs from this action.
|
||||||
|
|
Loading…
Reference in a new issue