diff --git a/.github/workflows/dependents.yml b/.github/workflows/dependents.yml
new file mode 100644
index 00000000..f88914f6
--- /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 c23e1dd2..a7c931d2 100644
--- a/readme.md
+++ b/readme.md
@@ -18,6 +18,9 @@
+
+
+
@@ -51,6 +54,7 @@ Features:
Table of Contents
+- [Used by](#used-by)
- [Try now](#try-now)
- [Playground](#playground)
- [Documentation](#documentation)
@@ -75,6 +79,12 @@ Features:
+## Used by
+
+
+
+
+
## Try now
