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