diff --git a/appveyor.yml b/appveyor.yml index a714548c75..d9e772c968 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -143,7 +143,7 @@ deploy: prerelease: false description: "Built with :heart: by AppVeyor CI on [$(appveyor_repo_branch)] - $(appveyor_url)/project/$(appveyor_account_name)/$(appveyor_project_slug)/build/$(appveyor_build_version)" auth_token: - secure: ABG9oHZplXmfywMNCU7sctXTxIBTmsE2HsqdvGnIEoWGXoJWFJbT7yZ/EcOjbRwV + secure: wL1Ncx68Q2+vTT8/Gkhvrbc/eLERlYsLUFEhwwlTGhSI9qfa8P6x+NOz0LoWENKh artifact: Rubberduck, InspectionDocs, AnnotationDocs, InstallerHashes on: branch: main @@ -154,7 +154,7 @@ deploy: prerelease: true description: "AppVeyor build on [$(appveyor_repo_branch)] - $(appveyor_url)/project/$(appveyor_account_name)/$(appveyor_project_slug)/build/$(appveyor_build_version)" auth_token: - secure: ABG9oHZplXmfywMNCU7sctXTxIBTmsE2HsqdvGnIEoWGXoJWFJbT7yZ/EcOjbRwV + secure: wL1Ncx68Q2+vTT8/Gkhvrbc/eLERlYsLUFEhwwlTGhSI9qfa8P6x+NOz0LoWENKh artifact: Rubberduck, InspectionDocs, AnnotationDocs, InstallerHashes on: branch: next @@ -162,7 +162,7 @@ deploy: notifications: - provider: GitHubPullRequest auth_token: - secure: ABG9oHZplXmfywMNCU7sctXTxIBTmsE2HsqdvGnIEoWGXoJWFJbT7yZ/EcOjbRwV + secure: wL1Ncx68Q2+vTT8/Gkhvrbc/eLERlYsLUFEhwwlTGhSI9qfa8P6x+NOz0LoWENKh template: "{{#passed}}:white_check_mark:{{/passed}}{{#failed}}:x:{{/failed}} [Build {{&projectName}} {{buildVersion}} {{status}}]({{buildUrl}}) (commit {{commitUrl}} by @{{&commitAuthorUsername}})" on_build_success: true on_build_failure: true