-
Notifications
You must be signed in to change notification settings - Fork 352
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
(#39) Update scripts based on majkinetor template
Co-Authored-By: Miodrag Milić <[email protected]>
- Loading branch information
1 parent
da099c1
commit b0c3ce7
Showing
5 changed files
with
105 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
# Copy this file to update_vars.ps1 and set the variables there. Do not include it in the repository. | ||
|
||
$Env:mail_user = '' | ||
$Env:mail_pass = '' | ||
$Env:mail_server = 'smtp.gmail.com' | ||
$Env:mail_port = '587' | ||
$Env:mail_enablessl = 'true' | ||
|
||
$Env:api_key = '' #Chocolatey api key | ||
$Env:gist_id = '' #Specify your gist id or leave empty for anonymous gist | ||
$Env:gist_id_test = '' #Specify your gist id for test runs or leave empty for anonymous gist | ||
$Env:github_user_repo = '' #{github_user}/{repo} | ||
$Env:github_api_key = '' #Github personal access token | ||
$Env:au_Push = 'false' #Push to chocolatey |