From 6b4af7d1d3f66a0de5e29f8a13b2a518a41b1907 Mon Sep 17 00:00:00 2001 From: CrazyMax Date: Mon, 11 Nov 2019 06:57:13 +0100 Subject: [PATCH] Update README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 68d4c8f..b5a4d63 100644 --- a/README.md +++ b/README.md @@ -80,7 +80,7 @@ Following environment variables can be used as `step.env` keys ## :warning: Limitation -Currently, `GITHUB_TOKEN` does not suffice to trigger a page build on a **public repository** (propagate content to the GitHub content-delivery network). You must therefore create a custom [Personal Access Token](https://help.github.com/articles/creating-a-personal-access-token-for-the-command-line/) and use it through the `GITHUB_PAT` environment variable: +Currently, `GITHUB_TOKEN` [does not suffice to trigger a page build](https://github.community/t5/GitHub-Actions/Github-action-not-triggering-gh-pages-upon-push/m-p/26869) on a **public repository** (propagate content to the GitHub content-delivery network). You must therefore create a custom [Personal Access Token](https://help.github.com/articles/creating-a-personal-access-token-for-the-command-line/) and use it through the `GITHUB_PAT` environment variable: ```yaml - name: Deploy