aboutsummaryrefslogtreecommitdiffstats
path: root/pydis_site
diff options
context:
space:
mode:
Diffstat (limited to 'pydis_site')
-rw-r--r--pydis_site/apps/content/resources/guides/python-guides/docker-hosting-guide.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/pydis_site/apps/content/resources/guides/python-guides/docker-hosting-guide.md b/pydis_site/apps/content/resources/guides/python-guides/docker-hosting-guide.md
index 09e180b3..395a6c46 100644
--- a/pydis_site/apps/content/resources/guides/python-guides/docker-hosting-guide.md
+++ b/pydis_site/apps/content/resources/guides/python-guides/docker-hosting-guide.md
@@ -226,7 +226,7 @@ as **actions secrets**. Let's add your discord bot's token as a secret
1. Head to your repository page -> Settings -> Secrets -> Actions
2. Press `New repository secret`
-3. Give it a name like `TOKEN` and paste the token
+3. Give it a name like `TOKEN` and paste the token.
Now we will be able to access its value in workflow like `${{ secrets.TOKEN }}`. However, we also need to parse the
variable into container now. Edit `docker-compose` so it looks like this: