From c7a487692471a65ec5dd1a7e39fb356aea7835d3 Mon Sep 17 00:00:00 2001 From: Erik Kristensen Date: Wed, 11 Jan 2023 08:47:35 -0700 Subject: [PATCH] docs: add documentation about the github token secret Signed-off-by: Erik Kristensen --- action/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action/README.md b/action/README.md index cd1bdbe4..4ddd832c 100644 --- a/action/README.md +++ b/action/README.md @@ -35,7 +35,7 @@ You can download a specific version with: version: 0.32.0 ``` -You can also authentication to the GitHub API using a secret +You can also authentication to the GitHub API using GitHub Action's `GITHUB_TOKEN`. For more information on this secrets, please see [about the github token secret](https://docs.github.com/en/actions/security-guides/automatic-token-authentication#about-the-github_token-secret) ```yaml steps: