Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}