File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -12,8 +12,8 @@ artifacts:
12
12
- path : WinRel\MUSHclient.exe
13
13
name : release_exe
14
14
environment :
15
- auth_token :
16
- secure : CI/4PuncY6pW1t7bRuDrFLEZQOuMFx9W4TSePW1ywvJvzVuEOu3JLNv97jECNvFz
15
+ auth_token :
16
+ secure : SKQr480MzNJLzmyrFxDeMta2nHica+9ed2n1Djpa53ioURK0NLo/iStu9DhUrQIK
17
17
before_deploy :
18
18
- git config --global credential.helper store
19
19
- ps : Add-Content "$env:USERPROFILE\.git-credentials" "https://$($env:auth_token):x-oauth-basic@github.com`n"
@@ -23,10 +23,9 @@ deploy:
23
23
- provider : GitHub
24
24
tag : latest_commit
25
25
auth_token :
26
- secure : CI/4PuncY6pW1t7bRuDrFLEZQOuMFx9W4TSePW1ywvJvzVuEOu3JLNv97jECNvFz
26
+ secure : SKQr480MzNJLzmyrFxDeMta2nHica+9ed2n1Djpa53ioURK0NLo/iStu9DhUrQIK
27
27
artifact : release_exe
28
28
prerelease : true
29
29
force_update : true
30
30
on :
31
31
branch : master
32
-
You can’t perform that action at this time.
0 commit comments