Update README.md

This commit is contained in:
Vinícius Vargas
2022-10-10 05:38:56 -03:00
committed by GitHub
parent 77fb463884
commit 3c4e552d10

View File

@@ -32,7 +32,7 @@ permissions:
actions: write
```
The solution to trigger other repositories is to manually create a PAT and store it as a secret e.g. `${{ secrets.PERSONAL_TOKEN }}`.
The solution to trigger other repositories is to manually create a [PAT](https://docs.github.com/en/github/authenticating-to-github/creating-a-personal-access-token) and store it as a secret e.g. `${{ secrets.PERSONAL_TOKEN }}`.
If you will be dispatching to a public repository then you can use the more limited `public_repo` scope.