File tree Expand file tree Collapse file tree
src/scripts/uncover_assets_by_topic Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -31,16 +31,16 @@ You should now see that the script runs successfully, and the relevat repos get
3131
3232If 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
35352 . 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
4545on:
4646 workflow_dispatch:
You can’t perform that action at this time.
0 commit comments