Skip to content

Commit 733133c

Browse files
Fix typo
1 parent 5e056a8 commit 733133c

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

src/scripts/uncover_assets_by_topic/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,16 +31,16 @@ You should now see that the script runs successfully, and the relevat repos get
3131

3232
If you want to run the script from a Github action, choose a repository in the same organization and do the following:
3333

34-
1. Copy the `uncover_asets_by_topic.py` to the root of the repository
34+
1. Copy the `uncover_assets_by_topic.py` to the root of the repository
3535
2. Add the `JIT_CLIENT_ID` and `JIT_SECRET` as repository secret:
3636

3737
- To generate & add them to Github sercrets, use the [tutorial](https://docs.jit.io/docs/managing-users#generating-api-tokens) in our docs.
3838
- Make sure to name the Github secrets `JIT_CLIENT_ID` and `JIT_SECRET` in the same repo.
39-
- Create the following file in the repo: `.github/workflows/deactivate_repos_by_topic.yml` with the following content:
39+
- Create the following file in the repo: `.github/workflows/uncover_repos_by_topic.yml` with the following content:
4040
- Make sure to replace `<your topic name>` with the actual topic you want to use.
4141

4242
```
43-
name: Deactivate Repos by Topic
43+
name: Uncover Repos by Topic
4444
4545
on:
4646
workflow_dispatch:

0 commit comments

Comments
 (0)