Skip to content

Commit 41830a0

Browse files
author
eastgate
committed
ci: add plasmidBin auto-harvest notification
Made-with: Cursor
1 parent a9bfc93 commit 41830a0

1 file changed

Lines changed: 20 additions & 0 deletions

File tree

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
# Notify plasmidBin to rebuild this primal on push to main.
2+
# Managed by primalSpring — do not edit manually.
3+
4+
name: Notify plasmidBin
5+
6+
on:
7+
push:
8+
branches: [main]
9+
10+
jobs:
11+
notify:
12+
runs-on: ubuntu-latest
13+
steps:
14+
- name: Dispatch rebuild to plasmidBin
15+
uses: peter-evans/repository-dispatch@v3
16+
with:
17+
token: ${{ secrets.PLASMIDBIN_DISPATCH_TOKEN }}
18+
repository: ecoPrimals/plasmidBin
19+
event-type: primal-updated
20+
client-payload: '{"primal": "${{ github.event.repository.name }}", "sha": "${{ github.sha }}"}'

0 commit comments

Comments
 (0)