From 41f6a45ee897ebeb9e26a3e2be31ae31f3ac20d8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robin=20R=C3=B6per?= Date: Sun, 26 Apr 2020 19:44:14 +0200 Subject: [PATCH] GITHUB_TOKEN documentation link (#90) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0c043ed..7e8727b 100644 --- a/README.md +++ b/README.md @@ -76,7 +76,7 @@ Following environment variables can be used as `step.env` keys | Name | Description | |----------------|---------------------------------------| -| `GITHUB_TOKEN` | GITHUB_TOKEN as provided by `secrets` | +| `GITHUB_TOKEN` | [GITHUB_TOKEN](https://help.github.com/en/actions/configuring-and-managing-workflows/authenticating-with-the-github_token) as provided by `secrets` | | `GITHUB_PAT` | [Personal Access Token](https://help.github.com/articles/creating-a-personal-access-token-for-the-command-line/) (see [Limitation section](#warning-limitation) below)| ## Limitation