From 3c4e552d1053f3fce9b9acaa7e493a51a058abaf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vin=C3=ADcius=20Vargas?= Date: Mon, 10 Oct 2022 05:38:56 -0300 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1374303..ce58fb1 100644 --- a/README.md +++ b/README.md @@ -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.