From 0e0484709d85ddeaf0a3f9d9e77b243859d165ac Mon Sep 17 00:00:00 2001 From: Cristi Bourceanu Date: Mon, 4 Nov 2024 10:54:08 +0000 Subject: [PATCH] fixup token access tick --- posts/unreal-engine-nix.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/posts/unreal-engine-nix.md b/posts/unreal-engine-nix.md index 923072e..8413925 100644 --- a/posts/unreal-engine-nix.md +++ b/posts/unreal-engine-nix.md @@ -203,7 +203,7 @@ repositories and registry. Follow In order to access them you need to generate a personal autorisation token: `Profile > Settings > Developer settings > Personal access token > Tokens -(classic)`. Enable `read: registry` for this token. Then login into the `ghcr` +(classic)`. Enable `read: packages` for this token. Then login into the `ghcr` with docker: ```sh