Skip to content

Commit d5ef003

Browse files
committed
Add encrypted token from Vogel612 to publish RD releases via AV
1 parent ad11d8c commit d5ef003

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

appveyor.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,8 @@ deploy:
8080
release: Rubberduck v$(appveyor_build_version)
8181
description: AppVeyor build on [master] - https://ci.appveyor.com/project/rubberduck-vba/rubberduck/build/$(appveyor_build_version)
8282
auth_token:
83-
secure: OHLyvxcoFmF4akSLtR1Ruqt2eUUBGK0fvVSQs+4NWo/RJSF5LCrEZeG1Z4TnkeFe
83+
secure: 7W5C6PZIZDBmjHp2OuanKua6Js45XMVJq4CpDMKUEolXrbSkeixbXamjw9C8ORDT
84+
# secure: OHLyvxcoFmF4akSLtR1Ruqt2eUUBGK0fvVSQs+4NWo/RJSF5LCrEZeG1Z4TnkeFe
8485
artifact: Rubberduck.Deployment\InnoSetup\Installers\Rubberduck.Setup.$(appveyor_build_version).exe
8586
draft: true
8687
prerelease: false
@@ -91,7 +92,8 @@ deploy:
9192
release: Rubberduck v$(appveyor_build_version)-pre
9293
description: AppVeyor build on [next] - https://ci.appveyor.com/project/rubberduck-vba/rubberduck/build/$(appveyor_build_version)
9394
auth_token:
94-
secure: oh0SRnZVt0ABeWqFr7ut5TZkxFJjHmS/DZnJnp2HErQTCmX3O8RASJH3ZiYl11gz
95+
secure: 7W5C6PZIZDBmjHp2OuanKua6Js45XMVJq4CpDMKUEolXrbSkeixbXamjw9C8ORDT
96+
# secure: oh0SRnZVt0ABeWqFr7ut5TZkxFJjHmS/DZnJnp2HErQTCmX3O8RASJH3ZiYl11gz
9597
artifact: Rubberduck.Deployment\InnoSetup\Installers\Rubberduck.Setup.$(appveyor_build_version)-pre.exe
9698
draft: false
9799
prerelease: true

0 commit comments

Comments
 (0)