Skip to content

Commit b971ed1

Browse files
committed
Added encrypted deployment tokens
1 parent 1d3ec86 commit b971ed1

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

appveyor.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -30,27 +30,27 @@ deploy:
3030
- provider: NuGet
3131
server: http://chocolatey.org
3232
api_key:
33-
secure:
33+
secure: mb19XDM/nj6pBpA9sCeS79TcrS1aaJri8ID9iB1agXDrFEFgi0MRACXZ5ZMOIDLd
3434
artifact: /GitVersion.Portable\.$(GitVersion_NuGetVersion)\.nupkg/
3535

3636
- provider: NuGet
3737
api_key:
38-
secure:
38+
secure: kyvS4pYmOCyvas5wxibDusCABHBkmORratOuw13JYeo/xj+ggCnfZhihMVUrXL7x
3939
artifact: /GitVersion.CommandLine\.$(GitVersion_NuGetVersion)\.nupkg/
4040

4141
- provider: NuGet
4242
api_key:
43-
secure:
43+
secure: kyvS4pYmOCyvas5wxibDusCABHBkmORratOuw13JYeo/xj+ggCnfZhihMVUrXL7x
4444
artifact: /GitVersionTask\.$(GitVersion_NuGetVersion)\.nupkg/
4545

4646
- provider: NuGet
4747
api_key:
48-
secure:
48+
secure: kyvS4pYmOCyvas5wxibDusCABHBkmORratOuw13JYeo/xj+ggCnfZhihMVUrXL7x
4949
artifact: /GitVersion\.$(GitVersion_NuGetVersion)\.nupkg/
5050

5151
- provider: GitHub
5252
release: v$(GitVersion_SemVer)
5353
tag: v$(GitVersion_SemVer)
5454
auth_token:
55-
secure:
55+
secure: QCfgNKY8+AxmhK4kX05Y38K54C/P9lopjymJqsMTExjh5y7r0kFmLLBzSmcUrWUS
5656
artifact: /GitVersion_$(GitVersion_NuGetVersion).zip/

0 commit comments

Comments
 (0)