Skip to content

Commit

Permalink
Update appveyor.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
rubberduck-vba-releasebot committed Aug 20, 2022
1 parent 7082d83 commit b288249
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions appveyor.yml
Expand Up @@ -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: 0cLRsoknGc2aUPyKobv8AnxpwajVJA/GJzsU4F0Jg4KVGLWsPtQaK6pIR+BuiM5v
secure: u35muMYtyWA+6H6bNdV6Htm/WAoMSkRXSu3jOAYApVr40sz2faVaNmMyXu/0G9Qc
artifact: Rubberduck, InspectionDocs, AnnotationDocs, InstallerHashes
on:
branch: main
Expand All @@ -154,15 +154,15 @@ 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: 0cLRsoknGc2aUPyKobv8AnxpwajVJA/GJzsU4F0Jg4KVGLWsPtQaK6pIR+BuiM5v
secure: u35muMYtyWA+6H6bNdV6Htm/WAoMSkRXSu3jOAYApVr40sz2faVaNmMyXu/0G9Qc
artifact: Rubberduck, InspectionDocs, AnnotationDocs, InstallerHashes
on:
branch: next

notifications:
- provider: GitHubPullRequest
auth_token:
secure: 0cLRsoknGc2aUPyKobv8AnxpwajVJA/GJzsU4F0Jg4KVGLWsPtQaK6pIR+BuiM5v
secure: u35muMYtyWA+6H6bNdV6Htm/WAoMSkRXSu3jOAYApVr40sz2faVaNmMyXu/0G9Qc
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
Expand Down

0 comments on commit b288249

Please sign in to comment.