diff --git a/.github/workflows/forked-helper.yml b/.github/workflows/forked-helper.yml index 2b64835603..7710ec90aa 100644 --- a/.github/workflows/forked-helper.yml +++ b/.github/workflows/forked-helper.yml @@ -27,7 +27,7 @@ jobs: echo "::set-output name=event_details::${JSON}" - name: Dispatch event on forked repostitory if: steps.get_dispatch_secret.outputs.dispatch_secret - uses: peter-evans/repository-dispatch@v1 + uses: peter-evans/repository-dispatch@v2 with: token: ${{ steps.get_dispatch_secret.outputs.dispatch_secret }} repository: ${{ github.repository }}