From 92c50c226a4bb542ee2f545d12040ce41b556464 Mon Sep 17 00:00:00 2001 From: Amit Saha Date: Thu, 26 Mar 2026 08:27:11 +1100 Subject: [PATCH] Update bitbucket API token usage example in README Updated example for using an API token in README. Update for #217 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1fb7fcb..c11888b 100644 --- a/README.md +++ b/README.md @@ -440,7 +440,7 @@ To backup all your Bitbucket repositories to the default backup directory (``$HO Using an API token (recommended): ```lang=bash -$ BITBUCKET_USERNAME=username BITBUCKET_TOKEN=token gitbackup -service bitbucket +$ BITBUCKET_USERNAME= BITBUCKET_TOKEN=token gitbackup -service bitbucket ``` Using an app password (deprecated, disabled after June 9, 2026):