From f73c526890430f1653e79a973119789bcb2f94d7 Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Thu, 23 Mar 2023 14:46:41 +0100 Subject: [PATCH] Ask for access token --- lib/mrsk/cli/templates/deploy.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/mrsk/cli/templates/deploy.yml b/lib/mrsk/cli/templates/deploy.yml index 55c53149..7d710632 100644 --- a/lib/mrsk/cli/templates/deploy.yml +++ b/lib/mrsk/cli/templates/deploy.yml @@ -13,6 +13,8 @@ registry: # Specify the registry server, if you're not using Docker Hub # server: registry.digitalocean.com / ghcr.io / ... username: my-user + + # Always use an access token rather than real password when possible. password: - MRSK_REGISTRY_PASSWORD