From e710fb0488c902e30d08e17f41be8b689177c229 Mon Sep 17 00:00:00 2001 From: Brad Warren Date: Mon, 9 Feb 2026 16:24:52 -0800 Subject: [PATCH] update credential expiry (#10570) i just updated this credential in CI and created a calendar event to help us remember to update it with the calendar event, i don't think we need the code comment here. it wasn't updated last time and it's one less thing for us to remember to do next year i don't think this PR requires two reviews with the changes i made to CI and our calendar, i think i can say this fixes #10563 --- .../templates/jobs/common-deploy-jobs.yml | 13 +++++-------- 1 file changed, 5 insertions(+), 8 deletions(-) diff --git a/.azure-pipelines/templates/jobs/common-deploy-jobs.yml b/.azure-pipelines/templates/jobs/common-deploy-jobs.yml index 705ae1dd3..3f5d15dbf 100644 --- a/.azure-pipelines/templates/jobs/common-deploy-jobs.yml +++ b/.azure-pipelines/templates/jobs/common-deploy-jobs.yml @@ -28,14 +28,11 @@ jobs: # pipelines as described at # https://docs.microsoft.com/en-us/azure/devops/pipelines/library/secure-files?view=azure-devops#q-how-do-i-authorize-a-secure-file-for-use-in-a-specific-pipeline. # - # This file has a maximum lifetime of one year and the current file will - # expire on 2024-02-10. The file will need to be updated before then to - # prevent automated deploys from breaking. - # - # Revoking these credentials can be done by changing the password of the - # account used to generate the credentials. See - # https://forum.snapcraft.io/t/revoking-exported-credentials/19031 for - # more info. + # This file has a maximum lifetime of one year. Revoking these credentials + # can be done by changing the password of the account used to generate the + # credentials. See + # https://forum.snapcraft.io/t/revoking-exported-credentials/19031 for more + # info. - job: publish_snap pool: vmImage: ubuntu-22.04