diff --git a/.github/workflows/dispatch_opm_simulators.yml b/.github/workflows/dispatch_opm_simulators.yml index 3d6119f4373..bc53a962893 100644 --- a/.github/workflows/dispatch_opm_simulators.yml +++ b/.github/workflows/dispatch_opm_simulators.yml @@ -1,4 +1,4 @@ -name: Dispatch to opm-simulators +name: Dispatch to opm-python-documentation on: push: @@ -18,12 +18,12 @@ jobs: - name: Checkout repository uses: actions/checkout@v4 - - name: Send dispatch to opm-simulators + - name: Send dispatch to opm-python-documentation env: PERSONAL_ACCESS_TOKEN: ${{ secrets.PERSONAL_ACCESS_TOKEN }} run: | curl -X POST \ -H "Accept: application/vnd.github+json" \ -H "Authorization: token ${{ secrets.PERSONAL_ACCESS_TOKEN }}" \ - https://api.github.com/repos/${{ github.repository_owner }}/opm-simulators/dispatches \ + https://api.github.com/repos/${{ github.repository_owner }}/opm-python-documentation/dispatches \ -d '{"event_type":"docstrings_common_updated"}'