Skip to content

Commit 038ce08

Browse files
committed
use env var for github pass directly
1 parent ec8904d commit 038ce08

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

settings.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
localFolder: 'backup'
1+
localFolder: backup
22

33
sources:
44
- title: github
55
hoster: github
66
type: org
77
name: team
88
authName: username
9-
password: password
9+
password: '%GH_PASS%'

0 commit comments

Comments
 (0)