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).