From 2f7065cfab8594de42950a90ff613326802115c8 Mon Sep 17 00:00:00 2001 From: Julie Muzina Date: Tue, 13 Jan 2026 11:22:04 -0500 Subject: [PATCH] Update Charmhub token expiration date Updated the expiration date for the Charmhub token. --- .github/workflows/deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 0e225e167..1138554f4 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -50,7 +50,7 @@ jobs: VAULT_APPROLE_SECRET_ID: ${{ secrets.VAULT_APPROLE_SECRET_ID }} # See https://canonical-charmcraft.readthedocs-hosted.com/en/stable/reference/commands/login/ to create a Charmhub token # Default TTL is 30 hours, the command below creates one that is valid for 6 months - # Current token was set 11 July 2025, needs update by 10 January 2026 + # Current token was set 13 January 2026, needs update by 13 July 2026 # Use `charmcraft login --ttl 15638400 --export path/to/save-token-file` to create the token file. # Then, copy its contents to the secret. CHARMHUB_TOKEN: ${{ secrets.CHARMHUB_TOKEN }}