Skip to content

Commit 7f28087

Browse files
committed
Changed secuire token to mine
1 parent e047acd commit 7f28087

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

appveyor.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ artifacts:
1212
- path: WinRel\MUSHclient.exe
1313
name: release_exe
1414
environment:
15-
auth_token:
16-
secure: CI/4PuncY6pW1t7bRuDrFLEZQOuMFx9W4TSePW1ywvJvzVuEOu3JLNv97jECNvFz
15+
auth_token:
16+
secure: SKQr480MzNJLzmyrFxDeMta2nHica+9ed2n1Djpa53ioURK0NLo/iStu9DhUrQIK
1717
before_deploy:
1818
- git config --global credential.helper store
1919
- ps: Add-Content "$env:USERPROFILE\.git-credentials" "https://$($env:auth_token):x-oauth-basic@github.com`n"
@@ -23,10 +23,9 @@ deploy:
2323
- provider: GitHub
2424
tag: latest_commit
2525
auth_token:
26-
secure: CI/4PuncY6pW1t7bRuDrFLEZQOuMFx9W4TSePW1ywvJvzVuEOu3JLNv97jECNvFz
26+
secure: SKQr480MzNJLzmyrFxDeMta2nHica+9ed2n1Djpa53ioURK0NLo/iStu9DhUrQIK
2727
artifact: release_exe
2828
prerelease: true
2929
force_update: true
3030
on:
3131
branch: master
32-

0 commit comments

Comments
 (0)