Skip to content

Commit

Permalink
Update appveyor.yml
Browse files Browse the repository at this point in the history
Changed appveyor token as old one expired at the end of 2024.
nickgammon authored Dec 29, 2024
1 parent 64e3670 commit dc50d56
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions appveyor.yml
Original file line number Diff line number Diff line change
@@ -12,7 +12,7 @@ configuration:

environment:
auth_token:
secure: oYkN6ClBeCQpDctBb2K+mucEepsxl60sXzU6J9JZm2rvIwBFJBfx1A+RLeGH0ve1
secure: lwpoWmqAvm162iIBUx2QKEMGjqbXUEhC3Eq90igXe/nagZvlPFdofQS3d8HP+Zx4
PRE_RELEASE: PRE_RELEASE
build:
project: MUSHclient_2017.sln
@@ -43,7 +43,7 @@ deploy:
- provider: GitHub
tag: latest_commit_debug
auth_token:
secure: oYkN6ClBeCQpDctBb2K+mucEepsxl60sXzU6J9JZm2rvIwBFJBfx1A+RLeGH0ve1
secure: lwpoWmqAvm162iIBUx2QKEMGjqbXUEhC3Eq90igXe/nagZvlPFdofQS3d8HP+Zx4
artifact: MUSHclient_Debug,MUSHclient_Debug_PDB
prerelease: true
force_update: true
@@ -54,7 +54,7 @@ deploy:
- provider: GitHub
tag: latest_commit
auth_token:
secure: oYkN6ClBeCQpDctBb2K+mucEepsxl60sXzU6J9JZm2rvIwBFJBfx1A+RLeGH0ve1
secure: lwpoWmqAvm162iIBUx2QKEMGjqbXUEhC3Eq90igXe/nagZvlPFdofQS3d8HP+Zx4
artifact: MUSHclient_Release
prerelease: true
force_update: true

0 comments on commit dc50d56

Please sign in to comment.