From 938e1fa9f5add2bb580687ed980ee031d6506768 Mon Sep 17 00:00:00 2001 From: Shohei Ueda <30958501+peaceiris@users.noreply.github.com> Date: Thu, 28 May 2020 16:08:04 +0900 Subject: [PATCH] docs: enhance external repository section #245 #318 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e49d9fe..7c205eb 100644 --- a/README.md +++ b/README.md @@ -349,7 +349,7 @@ For example: You can use `deploy_key` or `personal_token`. When you use `deploy_key`, set your private key to the repository which includes this action and set your public key to your external repository. -Be careful, `GITHUB_TOKEN` has no permission to access to external repositories. +**Be careful, `GITHUB_TOKEN` has no permission to access to external repositories. Please create a personal access token and set it to `personal_token` like `personal_token: ${{ secrets.PERSONAL_TOKEN }}`.** ### ⭐️ Force orphan