Skip to content

Commit

Permalink
Added git deployment auth token
Browse files Browse the repository at this point in the history
  • Loading branch information
r-dh committed Jul 17, 2020
1 parent b6f6b70 commit 97f3aba
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,9 @@ build:
before_package:
- ps: .\BuildUnityPackages.ps1
artifacts:
- path: '*.unitypackage'
- path: '*.unitypackage'
deploy:
description: 'Release'
provider: GitHub
auth_token:
secure: 'iKdjMlSER5f4UWOvLmfM43Tf1xYs6hmF4yfvJllDC18xMr9F/nvHNFkIQUbqW5Ry'

0 comments on commit 97f3aba

Please sign in to comment.