Skip to content

Commit f616986

Browse files
committed
git: use auth_http
1 parent 156f427 commit f616986

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.config/git/workspace.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,13 @@ provider = "github"
33
name = "branchv"
44
path = "."
55
env_var = "GITHUB_TOKEN"
6+
auth_http = true
67
skip_forks = true
78

89
[[provider]]
910
provider = "github"
1011
name = "python-poetry"
1112
path = "."
1213
env_var = "GITHUB_TOKEN"
14+
auth_http = true
1315
skip_forks = true

0 commit comments

Comments
 (0)