We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 936425f + 8ec52e7 commit 9d330d2Copy full SHA for 9d330d2
2 files changed
.github/workflows/sync-to-ai-plugins.yml
@@ -19,6 +19,7 @@ jobs:
19
# Without it, this step will be skipped
20
steps:
21
- name: Repository Dispatch
22
+ if: ${{ secrets.BOT_TOKEN != '' }}
23
uses: peter-evans/repository-dispatch@v4
24
with:
25
repository: hashgraph-online/awesome-ai-plugins
README.md
@@ -314,3 +314,4 @@ To add a plugin:
314
- Plugin must have a public GitHub repository
315
- Must include `.codex-plugin/plugin.json`
316
- Must be functional and well-documented
317
+
0 commit comments