File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -58,20 +58,20 @@ jobs:
5858 dist/darkstat-windows-amd64.exe
5959 dist/darkstat-windows-arm64.exe
6060 - name : Repository Dispatch for Vanilla
61- uses : peter-evans/repository-dispatch@v3
61+ uses : darklab8/infra/.github/actions/trigger-workflow@master
6262 with :
6363 token : ${{ secrets.FL_DATA_KEY }}
6464 repository : darklab8/fl-data-vanilla
65- event-type : publish
65+ workflow-file : publish.yaml
6666 - name : Repository Dispatch for Discovery
67- uses : peter-evans/repository-dispatch@v3
67+ uses : darklab8/infra/.github/actions/trigger-workflow@master
6868 with :
6969 token : ${{ secrets.FL_DATA_KEY }}
7070 repository : darklab8/fl-data-discovery
71- event-type : publish
71+ workflow-file : publish.yaml
7272 - name : Repository Dispatch for FLSR
73- uses : peter-evans/repository-dispatch@v3
73+ uses : darklab8/infra/.github/actions/trigger-workflow@master
7474 with :
7575 token : ${{ secrets.FL_DATA_KEY }}
7676 repository : darklab8/fl-data-flsr
77- event-type : publish
77+ workflow-file : publish.yaml
You can’t perform that action at this time.
0 commit comments