From f3957eede4f5e5dcb78761d4fecd91d5db5c3705 Mon Sep 17 00:00:00 2001 From: Erik-Jan van Kesteren Date: Sun, 17 Dec 2023 20:08:58 +0100 Subject: [PATCH] small fix for readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2dd7252..eedcd54 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ We tried to make the setup as simple as possible: 1. Fork the repo. -2. [Create a personal access token (PAT)](https://github.com/settings/tokens?type=beta) and add it to the repository's secrets with the name `DASHBOARD_PAT`. The token only needs access to public repositories. +2. [Create a personal access token (PAT)](https://github.com/settings/tokens?type=beta) and add it to the repository's secrets with the name `SODA_DASH_PAT`. The token only needs access to public repositories. 3. Edit the configuration in [config.toml](./config.toml). 4. Set up GitHub pages. 5. Activate the GitHub action.