From 3aad2cafb696edf47301d4c6d578d9d86f161a5c Mon Sep 17 00:00:00 2001 From: James Gebbie-Rayet Date: Fri, 26 Sep 2025 15:55:38 +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 0606bee..d3a0a38 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 }}"}'