Skip to content

Commit 2dccb89

Browse files
committed
fix: ci to less permissions
1 parent ba5835c commit 2dccb89

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/pages_production.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)