From a729e5b58c3e27ccf4d3b78fc2d0ead5aae0168c Mon Sep 17 00:00:00 2001 From: James Gebbie-Rayet Date: Fri, 26 Sep 2025 15:55:20 +0100 Subject: [PATCH] Change target for dashboard updates to ccpbiosim repo --- .github/workflows/build.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 2ec44a9..64748e2 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -145,6 +145,6 @@ jobs: uses: peter-evans/repository-dispatch@v3.0.0 with: token: ${{ secrets.BUILD_TOKEN }} - repository: jimboid/biosim-workshops-dash + repository: ccpbiosim/ccpbiosim.github.io event-type: build client-payload: '{"repo": "${{ github.event.repository.name }}", "tag": "${{ needs.build.outputs.tag }}"}'