Skip to content

Commit 095fa86

Browse files
authored
Merge pull request #6064 from rubberduck-vba/retailcoder-patch-1
Update AppVeyor token
2 parents 92a0bff + 09aef0d commit 095fa86

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

appveyor.yml

Lines changed: 3 additions & 3 deletions
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: ABG9oHZplXmfywMNCU7sctXTxIBTmsE2HsqdvGnIEoWGXoJWFJbT7yZ/EcOjbRwV
146+
secure: wL1Ncx68Q2+vTT8/Gkhvrbc/eLERlYsLUFEhwwlTGhSI9qfa8P6x+NOz0LoWENKh
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: ABG9oHZplXmfywMNCU7sctXTxIBTmsE2HsqdvGnIEoWGXoJWFJbT7yZ/EcOjbRwV
157+
secure: wL1Ncx68Q2+vTT8/Gkhvrbc/eLERlYsLUFEhwwlTGhSI9qfa8P6x+NOz0LoWENKh
158158
artifact: Rubberduck, InspectionDocs, AnnotationDocs, InstallerHashes
159159
on:
160160
branch: next
161161

162162
notifications:
163163
- provider: GitHubPullRequest
164164
auth_token:
165-
secure: ABG9oHZplXmfywMNCU7sctXTxIBTmsE2HsqdvGnIEoWGXoJWFJbT7yZ/EcOjbRwV
165+
secure: wL1Ncx68Q2+vTT8/Gkhvrbc/eLERlYsLUFEhwwlTGhSI9qfa8P6x+NOz0LoWENKh
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)