Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion bin/github-backup
100755 → 100644
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,9 @@ EOF
# command simply echos the GITHUB_TOKEN value, which can be used in place of a
# password for authentication, thus allowing access to the private repos. This
# option is ignored if it doesn't exist or returns nothing.
$ENV{GIT_ASKPASS}="github_backup_pass"

$ENV{GIT_ASKPASS}="github-backup-pass"

if $ENV{GITHUB_TOKEN};

my $gh = Github::Backup->new(
Expand Down