From bbcb72b1e9d53afc201482161c3cd165ac3fbe1a Mon Sep 17 00:00:00 2001 From: Stefan Zweifel Date: Sun, 26 Jul 2020 12:53:22 +0200 Subject: [PATCH] Update README --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 9c405da..e6b3f5a 100644 --- a/README.md +++ b/README.md @@ -168,9 +168,10 @@ store the token as a secret in your repository and pass the new token to the [`a with: token: ${{ secrets.PAT }} ``` - You can learn more about Personal Access Token in the [GitHub documentation](https://docs.github.com/en/github/authenticating-to-github/creating-a-personal-access-token). +Note: If you're working in an organisation and you don't want to create the PAT from your personal account, we recommend using a bot-account for such tokens. + ### No new workflows are triggered by the commit of this action This is due to limitations set up by GitHub, [commits of this Action do not trigger new Workflow runs](#commits-of-this-action-do-not-trigger-new-workflow-runs).