Skip to content

Commit aadda2e

Browse files
committed
ci(workflows): fix registry sync and link check
Signed-off-by: Michael Kantor <6068672+kantorcodes@users.noreply.github.com>
1 parent b09019e commit aadda2e

2 files changed

Lines changed: 3 additions & 4 deletions

File tree

.github/workflows/sync-to-ai-plugins.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
name: Sync to awesome-ai-plugins
22

33
on:
4+
workflow_dispatch:
45
push:
56
branches: [main]
67
paths:
@@ -15,11 +16,9 @@ jobs:
1516
dispatch:
1617
name: Trigger sync to awesome-ai-plugins
1718
runs-on: ubuntu-latest
18-
# Requires BOT_TOKEN secret with repo scope for cross-repo dispatch
19-
# Without it, this step will be skipped
19+
# Requires the configured repo secret with repo scope for cross-repo dispatch.
2020
steps:
2121
- name: Repository Dispatch
22-
if: ${{ secrets.BOT_TOKEN }}
2322
uses: peter-evans/repository-dispatch@v4
2423
with:
2524
repository: hashgraph-online/awesome-ai-plugins

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
</p>
1616

1717
<p align="center">
18-
<a href="http://makeapullrequest.com"><img src="https://img.shields.io/badge/PRs-welcome-brightgreen.svg" alt="PRs Welcome"></a>
18+
<a href="#contributing"><img src="https://img.shields.io/badge/PRs-welcome-brightgreen.svg" alt="PRs Welcome"></a>
1919
<a href="https://opensource.org/licenses/Apache-2.0"><img src="https://img.shields.io/badge/License-Apache_2.0-blue.svg" alt="License"></a>
2020
<a href="https://hol.org/registry/plugins"><img src="https://img.shields.io/badge/Browse-Registry-green" alt="Browse Registry"></a>
2121
</p>

0 commit comments

Comments
 (0)