mirror of
https://github.com/peter-evans/repository-dispatch.git
synced 2026-07-22 02:27:41 +00:00
Update README.md
This commit is contained in:
@@ -32,7 +32,7 @@ permissions:
|
|||||||
actions: write
|
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.
|
If you will be dispatching to a public repository then you can use the more limited `public_repo` scope.
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user