Skip to content

Commit 6aa5e35

Browse files
Update appveyor.yml
1 parent 0cadc0f commit 6aa5e35

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

appveyor.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ deploy:
143143
prerelease: false
144144
description: "Built with :heart: by AppVeyor CI on [$(appveyor_repo_branch)] - $(appveyor_url)/project/$(appveyor_account_name)/$(appveyor_project_slug)/build/$(appveyor_build_version)"
145145
auth_token:
146-
secure: u35muMYtyWA+6H6bNdV6Htm/WAoMSkRXSu3jOAYApVr40sz2faVaNmMyXu/0G9Qc
146+
secure: ABG9oHZplXmfywMNCU7sctXTxIBTmsE2HsqdvGnIEoWGXoJWFJbT7yZ/EcOjbRwV
147147
artifact: Rubberduck, InspectionDocs, AnnotationDocs, InstallerHashes
148148
on:
149149
branch: main
@@ -154,15 +154,15 @@ deploy:
154154
prerelease: true
155155
description: "AppVeyor build on [$(appveyor_repo_branch)] - $(appveyor_url)/project/$(appveyor_account_name)/$(appveyor_project_slug)/build/$(appveyor_build_version)"
156156
auth_token:
157-
secure: u35muMYtyWA+6H6bNdV6Htm/WAoMSkRXSu3jOAYApVr40sz2faVaNmMyXu/0G9Qc
157+
secure: ABG9oHZplXmfywMNCU7sctXTxIBTmsE2HsqdvGnIEoWGXoJWFJbT7yZ/EcOjbRwV
158158
artifact: Rubberduck, InspectionDocs, AnnotationDocs, InstallerHashes
159159
on:
160160
branch: next
161161

162162
notifications:
163163
- provider: GitHubPullRequest
164164
auth_token:
165-
secure: u35muMYtyWA+6H6bNdV6Htm/WAoMSkRXSu3jOAYApVr40sz2faVaNmMyXu/0G9Qc
165+
secure: ABG9oHZplXmfywMNCU7sctXTxIBTmsE2HsqdvGnIEoWGXoJWFJbT7yZ/EcOjbRwV
166166
template: "{{#passed}}:white_check_mark:{{/passed}}{{#failed}}:x:{{/failed}} [Build {{&projectName}} {{buildVersion}} {{status}}]({{buildUrl}}) (commit {{commitUrl}} by @{{&commitAuthorUsername}})"
167167
on_build_success: true
168168
on_build_failure: true

0 commit comments

Comments
 (0)