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: README.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,10 +8,11 @@ If you need support using this project or have questions about it, please [open
8
8
9
9
## Use as a GitHub Action
10
10
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.
12
12
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).
13
13
Note: Your GitHub token will need to have read/write access to all the repositories in the organization
14
14
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
0 commit comments