Skip to content

Commit

Permalink
Update secrets
Browse files Browse the repository at this point in the history
  • Loading branch information
hvanbakel authored Dec 31, 2023
1 parent 98b4580 commit dffd896
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,23 +42,23 @@ artifacts:
deploy:
- provider: NuGet
api_key:
secure: q4FHLX2wVW/coI+QkeX40/BlPVnW8dvhKxW3NE0/Y95QMQQMM414cjazUvbq7fwn
secure: XgL0jfFteFgz1h0IZ/2HlUueX/x29Yyx+fRBY+nkPENYoolCc/SjIF7Ai3lYKEh7
skip_symbols: false
artifact: nupkg
on:
branch: master

- provider: NuGet
api_key:
secure: AWmxgfUIxEYPpNtEyU8Ayr5zO1D1SN5KJtEsonA9NQYY0Io8jxkqGNALEJx7jzcj
secure: /7SagrjYy7txH+NI9rSerjV/hpJBLH28KUkg4F2x5Bdd+EUt6qaFj+dna0uyaxXx
skip_symbols: false
artifact: global-tool-2017
on:
branch: master

- provider: NuGet
api_key:
secure: o7xzc2iQ6Gz2N+W7tH6iSULUlxCDlvrV/BU16+F2HtsQvsUjGsThFVqSc6Qew53X
secure: ESWfOIJ3cy+Gn/U8TMMAzH7q5M4LjCReyeyhnRAJgGIOSjIlgasSbv+S72sIytyX
skip_symbols: false
artifact: global-tool-2019
on:
Expand All @@ -68,7 +68,7 @@ deploy:
release: dotnet-migrate-v$(APPVEYOR_BUILD_VERSION)
description: 'Automatically built release v$(APPVEYOR_BUILD_VERSION).'
auth_token:
secure: "LYFGDMnT4oJLpCsZUkhL/oTnG3ZpQnsjaTc10DfTf/jbkXtzctRkXEu2ea3YnyqP"
secure: "aw2QlhQ+yq+i7WPenHdqPBfcGtIMz177Yzf7S27+Zs/95CxsWhjqbHJ+54jKKnXiLBQ6mBt8JYI7sreOHZdyAbRrJX2kTNOfFc5mYP0TUBk4V3xOqdJ/qU5YuAZrlLWg"
artifact: out-zip-2017,out-zip-2019
draft: true
prerelease: true
Expand Down

0 comments on commit dffd896

Please sign in to comment.