Skip to content

Commit

Permalink
Trigger remote build
Browse files Browse the repository at this point in the history
  • Loading branch information
FMassin committed Dec 2, 2024
1 parent afb6526 commit 4f25e6c
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/repo-trigger.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name: Trigger FinDer Workflow

on:
push:
branches:
- master

jobs:
trigger-repo-b:
runs-on: ubuntu-latest
steps:
- name: Trigger FinDer Dispatch
uses: peter-evans/repository-dispatch@v2
with:
token: ${{ secrets.REPO_B_PAT }}
repository: SED-EEW/FinDer
event-type: repo-update

0 comments on commit 4f25e6c

Please sign in to comment.