Update README

This commit is contained in:
Stefan Zweifel 2020-07-26 12:53:22 +02:00
parent 142eb9509a
commit bbcb72b1e9

View File

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