Skip to content

Commit 120a02b

Browse files
authored
Add docs for using resulting repos.json file
1 parent 4b74d3b commit 120a02b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,11 @@ If you need support using this project or have questions about it, please [open
88

99
## Use as a GitHub Action
1010

11-
1. Create a repository to host this GitHub Action
11+
1. Create a repository to host this GitHub Action or select an existing repo.
1212
1. Create the env values from the sample workflow below (GH_TOKEN, ORGANIZATION) with your information as repository secrets. More info on creating secrets can be found [here](https://docs.github.com/en/actions/security-guides/encrypted-secrets).
1313
Note: Your GitHub token will need to have read/write access to all the repositories in the organization
1414
1. Copy the below example workflow to your repository and put it in the `.github/workflows/` directory with the file extension `.yml` (ie. `.github/workflows/crawler.yml`)
15+
1. Don't forget to do something with the resulting `repos.json` file. You can [move it to another repo]() if needed or [save it as a build artifact](). This will all depend on what you are doing with it and what repo you are running this action out of
1516

1617
### Example workflow
1718
```yaml

0 commit comments

Comments
 (0)