We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ca02746 commit 68c042aCopy full SHA for 68c042a
appveyor.yml
@@ -12,11 +12,11 @@ artifacts:
12
- path: WinRel\MUSHclient.exe
13
name: release_exe
14
before_deploy:
15
-- provider: GitHub
16
- auth_token:
17
- secure: CI/4PuncY6pW1t7bRuDrFLEZQOuMFx9W4TSePW1ywvJvzVuEOu3JLNv97jECNvFz
+ environment:
+ auth_token:
+ secure: CI/4PuncY6pW1t7bRuDrFLEZQOuMFx9W4TSePW1ywvJvzVuEOu3JLNv97jECNvFz
18
- git config --global credential.helper store
19
-- ps: Add-Content "$env:USERPROFILE\.git-credentials" "https://$($env:access_token):x-oauth-basic@github.com`n"
+- ps: Add-Content "$env:USERPROFILE\.git-credentials" "https://$($env:auth_token):x-oauth-basic@github.com`n"
20
- git tag -f latest_commit HEAD
21
- git push -f origin latest_commit
22
deploy:
0 commit comments