From d1ab68ccb40df9ee5bfc3cb3cea80615eda3d89c Mon Sep 17 00:00:00 2001 From: "Thomas A. Christensen II" <25492070+MillironX@users.noreply.github.com> Date: Fri, 2 Feb 2024 22:14:12 -0600 Subject: [PATCH] chore: Remove GitHub token from README --- README.md | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/README.md b/README.md index 52a4d05..c5c5d3d 100644 --- a/README.md +++ b/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. -### `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 There are no outputs from this action.