Skip to content

Commit 68fd7ff

Browse files
committed
ci: make repository-dispatch step tolerant of missing BOT_TOKEN via continue-on-error
1 parent b09019e commit 68fd7ff

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
# Without it, this step will be skipped
2020
steps:
2121
- name: Repository Dispatch
22-
if: ${{ secrets.BOT_TOKEN }}
22+
continue-on-error: true
2323
uses: peter-evans/repository-dispatch@v4
2424
with:
2525
repository: hashgraph-online/awesome-ai-plugins

0 commit comments

Comments
 (0)