From baa4c9c26f19781cb430e9c564b7fd9a5a54cbd4 Mon Sep 17 00:00:00 2001 From: Tyler Erickson Date: Fri, 28 Feb 2025 07:01:05 -0800 Subject: [PATCH] docs: minor fix (three -> four) (#3240) --- docs/advanced/github_actions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/advanced/github_actions.md b/docs/advanced/github_actions.md index 7aabaf93e..bb1554b22 100644 --- a/docs/advanced/github_actions.md +++ b/docs/advanced/github_actions.md @@ -142,7 +142,7 @@ The following example will install both the `py311` and the `py312` environment ### Authentication -There are currently three ways to authenticate with pixi: +There are currently four ways to authenticate with pixi: - using a token - using a username and password