mirror of
https://github.com/certbot/certbot.git
synced 2026-02-18 18:17:52 -05:00
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
This commit is contained in:
parent
420f526062
commit
e710fb0488
1 changed files with 5 additions and 8 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue