You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: DOCS.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -38,7 +38,7 @@ cd $HOME/go-vela/worker
38
38
39
39
```bash
40
40
# add Github Enterprise Web URL to local `.env` file for `docker-compose`
41
-
echo"VELA_SOURCE_ADDR=<GitHub Enterprise Web URL>">> .env
41
+
echo"VELA_SCM_ADDR=<GitHub Enterprise Web URL>">> .env
42
42
```
43
43
44
44
* Create an [OAuth App](https://developer.github.com/apps/building-oauth-apps/creating-an-oauth-app/) and obtain secrets for local development:
0 commit comments