Skip to content

Commit

Permalink
update nuget encrypted api key (#888)
Browse files Browse the repository at this point in the history
  • Loading branch information
maurei committed Nov 23, 2020
1 parent 63cae0b commit c986c34
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,15 +92,15 @@ deploy:
name: production
skip_symbols: false
api_key:
secure: /fsEOgG4EdtNd6DPmko9h3NxQwx1IGDcFreGTKd2KA56U2KEkpX/L/pCGpCIEf2s
secure: SirU21S2S6F1OswSl8oiB4lYLLPchyyCIqtd2sWkTgHluelYfTa4PRaAfxlZP4fg
on:
branch: master
appveyor_repo_tag: true

- provider: NuGet
skip_symbols: false
api_key:
secure: /fsEOgG4EdtNd6DPmko9h3NxQwx1IGDcFreGTKd2KA56U2KEkpX/L/pCGpCIEf2s
secure: SirU21S2S6F1OswSl8oiB4lYLLPchyyCIqtd2sWkTgHluelYfTa4PRaAfxlZP4fg
on:
branch: /release\/.+/
appveyor_repo_tag: true

0 comments on commit c986c34

Please sign in to comment.