From 5d1f77cc3a0fccbd63ffea36fed2c1cc134976bb Mon Sep 17 00:00:00 2001 From: squidfunk Date: Tue, 9 Jul 2024 10:27:01 +0200 Subject: [PATCH] Documentation --- docs/publishing-your-site.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/publishing-your-site.md b/docs/publishing-your-site.md index 063f258cb43..8365e3011c8 100644 --- a/docs/publishing-your-site.md +++ b/docs/publishing-your-site.md @@ -118,7 +118,7 @@ contents: 1. This step is only necessary if you want to use the [built-in optimize plugin] to automatically compress images. - 2. Remember to set the `GH_TOKEN` environment variable to the value of your + 2. Remember to set the `GH_TOKEN` repository secret to the value of your [personal access token] when deploying [Insiders], which can be done using [GitHub secrets]. @@ -197,7 +197,7 @@ contents: - if: '$CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH' ``` - 1. Remember to set the `GH_TOKEN` environment variable to the value of your + 1. Remember to set the `GH_TOKEN` repository secret to the value of your [personal access token] when deploying [Insiders], which can be done using [masked custom variables].