Skip to content
This repository has been archived by the owner on Oct 25, 2022. It is now read-only.

Commit

Permalink
Update vars_default.ps1
Browse files Browse the repository at this point in the history
Environment variables to accompany GitLab.ps1 plugin
  • Loading branch information
Jekotia authored Aug 20, 2019
1 parent c92342d commit f161eb9
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions vars_default.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,8 @@ $Env:Github_UserRepo = '' # Publish to Github; commit git changes
$Env:Github_ApiKey = '' # Publish to Github token
$Env:NuGet_ApiKey = '' # Publish to PSGallery token
$Env:Chocolatey_ApiKey = '' # Publish to Chocolatey token

$Env:gitlab_user = '' # GitLab username to use for the push
$Env:gitlab_api_key = '' # GitLab API key associated with gitlab_user
$Env:gitlab_push_url = '' # GitLab URL to push to. Must be HTTP or HTTPS. e.g. https://jekotia:[email protected]/jekotia/au.git
$Env:gitlab_commit_strategy = '' # Same values as the Git plugin; single, atomic, or atomictag

0 comments on commit f161eb9

Please sign in to comment.