We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a9bfc93 commit 41830a0Copy full SHA for 41830a0
1 file changed
.github/workflows/notify-plasmidbin.yml
@@ -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