Skip to content

Commit

Permalink
README.md: Remove outdated instruction for GITHUB_TOKEN
Browse files Browse the repository at this point in the history
Following commit b482702 ("pkg/github: Auto-populate
GITHUB_TOKEN"), the tool no longer requires the GitHub token to be set
explicitly by the user. Instead, it is able to rely on the GitHub
command line to automatically fetch and use the relevant token. Let's
remove the token-definition step from the instructions.

Suggested-by: Joe Stringer <[email protected]>
Signed-off-by: Quentin Monnet <[email protected]>
  • Loading branch information
qmonnet committed Aug 5, 2024
1 parent 8f7064e commit 2c7fdd1
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,10 +56,6 @@ $ ./release checklist open \
Use the `release` utility to update GitHub projects and create release notes
for a new Cilium release:

```bash
$ export GITHUB_TOKEN=<token_with_repo_public_access>
```

### For a x.y.z release, a.k.a patch release

```bash
Expand Down

0 comments on commit 2c7fdd1

Please sign in to comment.