From 01d32d76e4224a884d970036d9f82194664d7ee0 Mon Sep 17 00:00:00 2001 From: Gourav Khunger Date: Mon, 16 Jun 2025 00:32:41 +0530 Subject: [PATCH] docs(readme): add a used by section --- .github/workflows/dependents.yml | 16 ++++++++++++++++ README.md | 6 ++++++ 2 files changed, 22 insertions(+) create mode 100644 .github/workflows/dependents.yml diff --git a/.github/workflows/dependents.yml b/.github/workflows/dependents.yml new file mode 100644 index 0000000..f88914f --- /dev/null +++ b/.github/workflows/dependents.yml @@ -0,0 +1,16 @@ +name: Dependents Action + +on: + push: + branches: [master] + schedule: + - cron: "0 0 1 * *" + workflow_dispatch: + +jobs: + dependents: + runs-on: ubuntu-latest + permissions: + id-token: write + steps: + - uses: gouravkhunger/dependents.info@main diff --git a/README.md b/README.md index ff04a5f..646a6bf 100644 --- a/README.md +++ b/README.md @@ -19,6 +19,12 @@ CodeSandbox

+## Used by + + + + + ## Consulting If you're a startup or founder using this for your application and need some help setting it up, or perhaps even need a separate cmdk interface tailored to your application, you can reach out to at [h@harshsingh.me](mailto:h@harshsingh.me).