Skip to content

Commit 68c042a

Browse files
committed
maybe?
1 parent ca02746 commit 68c042a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

appveyor.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,11 @@ artifacts:
1212
- path: WinRel\MUSHclient.exe
1313
name: release_exe
1414
before_deploy:
15-
- provider: GitHub
16-
auth_token:
17-
secure: CI/4PuncY6pW1t7bRuDrFLEZQOuMFx9W4TSePW1ywvJvzVuEOu3JLNv97jECNvFz
15+
environment:
16+
auth_token:
17+
secure: CI/4PuncY6pW1t7bRuDrFLEZQOuMFx9W4TSePW1ywvJvzVuEOu3JLNv97jECNvFz
1818
- git config --global credential.helper store
19-
- ps: Add-Content "$env:USERPROFILE\.git-credentials" "https://$($env:access_token):x-oauth-basic@github.com`n"
19+
- ps: Add-Content "$env:USERPROFILE\.git-credentials" "https://$($env:auth_token):x-oauth-basic@github.com`n"
2020
- git tag -f latest_commit HEAD
2121
- git push -f origin latest_commit
2222
deploy:

0 commit comments

Comments
 (0)