diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index c005bd8..faad5d1 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -140,7 +140,7 @@ 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 }}"}'