From 1c5878bc50b894b2bede964dace03313f3dbd4be Mon Sep 17 00:00:00 2001 From: Nelson Chen Date: Thu, 15 Oct 2020 13:14:31 -0700 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 01f6cbb..0c2ed20 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ in the virtual environment your pelican site is developed in. - `GH_PAGES_BRANCH` (optional): override the default `gh-pages` deployment branch - `PELICAN_CONFIG_FILE` (optional): override the default `pelicanconf.py` config file - - `GITHUB_TOKEN`: (required) should be `${{secrets.GITHUB_TOKEN}}`, see [the workflow demo in the demo repository for an example of this][workflow_demo]. + - `GITHUB_TOKEN`: (required) should be `${{secrets.GITHUB_TOKEN}}`, see [the workflow demo in the demo repository for an example of this][workflow_demo]. This secret is fulfilled by GitHub. ## Demo