From 8ca402ee422c8f1aea05b8b5fa896f2e211a923b Mon Sep 17 00:00:00 2001 From: Nicolas Hedger Date: Thu, 18 May 2023 12:20:40 +0200 Subject: [PATCH] docs: document `token` input --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 8e9ede3..0d08fe3 100644 --- a/README.md +++ b/README.md @@ -52,6 +52,11 @@ The following inputs are supported. # This input is required if "authenticate" is set to "true". # Example value: "yftnYtkmylaguBIkTGslohShq5wKHLEtcTGQbGGBGxY" secret: "" + + # The GitHub token to use to authenticate GitHub API requests. + # This input is optional and defaults to the job's GitHub token. + # Example value: ${{ secrets.GITHUB_TOKEN }} + token: ${{ github.token }} ``` ## Examples