File tree 1 file changed +18
-0
lines changed
1 file changed +18
-0
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,7 @@ This is an evolution of [this proof of concept (POC)](https://github.com/UlisesG
6
6
7
7
- Node.js 22 and npm
8
8
- Docker and Docker Compose
9
+ - Github token with repo: read level access.
9
10
10
11
## Infrastructure
11
12
@@ -28,6 +29,23 @@ To stop the infrastructure, run the following command:
28
29
npm run infra:stop
29
30
```
30
31
32
+ ## Configuration
33
+
34
+ ### Environment Variables
35
+
36
+ This project requires a GitHub token to access the GitHub API. You need to set the ` GITHUB_TOKEN ` environment variable.
37
+
38
+ #### Optional: use .env file
39
+
40
+ Create a ` .env ` file and add your GitHub token:
41
+
42
+ ``` sh
43
+ GITHUB_TOKEN=your_github_token_here
44
+ ```
45
+
46
+ then use ` --env-file ` flag to load it, like ` node --env-file=.env index.js workflow run --name populate-repos-list `
47
+
48
+
31
49
## Database Management
32
50
33
51
### Running Migrations
You can’t perform that action at this time.
0 commit comments