Skip to content

Commit

Permalink
issue number
Browse files Browse the repository at this point in the history
  • Loading branch information
christianspecht committed Nov 16, 2018
1 parent 3b0bfdf commit 870cd29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion environment-variables.ps1.sample
Expand Up @@ -4,7 +4,7 @@ Write-Host 'Setting environment variables for integration tests...'

$env:Github_Name = 'scm-backup-testuser' # User for authentication. Must have read permission for private repo.
$env:Github_PW = 'not-the-real-password' # the user's personal access token
# $env:Github_RepoPrivate = '...' # TODO: a private repository
# $env:Github_RepoPrivate = '...' # TODO: a private repository (see #17)

$env:Bitbucket_Name = 'scm-backup-testuser' # User for authentication. Must have read permission for both private repos
$env:Bitbucket_PW = 'not-the-real-password' # the user's app password
Expand Down

0 comments on commit 870cd29

Please sign in to comment.