File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -26,8 +26,8 @@ trait Constants {
2626 }
2727 }
2828
29- protected val user = sys.env(" USER " )
30- protected val userRepo = sys.env(" USER_REPO " )
29+ protected val user = sys.env(" GITHUB_USER " )
30+ protected val userRepo = sys.env(" GITHUB_REPO " )
3131
3232 protected val otherUser = " shunjikonishi"
3333 protected val collaboratorUser = " givery-dev"
Original file line number Diff line number Diff line change @@ -7,8 +7,8 @@ This readme documents the changes to the tests.
77
88``` bash
99export GITHUB_TOKEN=[Your GitHub Token]
10- export USER =[Your User Name]
11- export USER_REPO =[Your Repo name that exists]
10+ export GITHUB_USER =[Your User Name]
11+ export GITHUB_REPO =[Your Repo name that exists]
1212```
1313
1414## Optional settings
You can’t perform that action at this time.
0 commit comments