Skip to content

Commit 8f968b0

Browse files
committed
appveyor.yml: Update api_key
The previous key belonged to Alex Maitland, who has revoked it. Updating to use my own key instead.
1 parent 55a3f6a commit 8f968b0

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

appveyor.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@ environment:
22
VisualStudioVersion: 12.0
33

44
version: 62.0.0-CI{build}
5-
5+
66
clone_depth: 10
77

88
# to run your custom scripts instead of automatic MSBuild
99
build_script:
1010
- ps: .\build.ps1
11-
11+
1212
# Disable tests
1313
test: off
1414

@@ -21,7 +21,7 @@ deploy:
2121
provider: NuGet
2222
server: https://www.myget.org/F/cefsharp/api/v2/package
2323
api_key:
24-
secure: uftPtLACVpFbbbFBeFK6XD5fGkv33c+Xa3PWkyWgrod6FNl4AYGOtxScn+gsuuxD
24+
secure: /dmXLsashEX9/IwH3C3EM8n0O9gvE8IZnBxtsytpDzwaMUCyouWVoZNnqPBFU3l1
2525
skip_symbols: false
2626
symbol_server: https://www.myget.org/F/cefsharp/api/v2/package
27-
artifact: nupkgfiles
27+
artifact: nupkgfiles

0 commit comments

Comments
 (0)