From c6c833137308ec1cd135219bd2d47c69cc0d40f2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 15 Oct 2024 13:00:32 +0000 Subject: [PATCH] Update peter-evans/repository-dispatch action to v2.1.2 --- .github/workflows/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 02db093..3661568 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -45,7 +45,7 @@ jobs: target_repo: 'EC-Nordbund/EC-Website' # You may pin to the exact commit or the version. # uses: peter-evans/repository-dispatch@ce5485de42c9b2622d2ed064be479e8ed65e76f4 - uses: peter-evans/repository-dispatch@v2.1.0 + uses: peter-evans/repository-dispatch@v2.1.2 with: token: ${{ secrets.DISPATCH_HOOK_TOKEN }} repository: ${{ env.target_repo }} @@ -62,7 +62,7 @@ jobs: target_repo: 'EC-Nordbund/EC-Website' # You may pin to the exact commit or the version. # uses: peter-evans/repository-dispatch@ce5485de42c9b2622d2ed064be479e8ed65e76f4 - uses: peter-evans/repository-dispatch@v2.1.0 + uses: peter-evans/repository-dispatch@v2.1.2 with: token: ${{ secrets.DISPATCH_HOOK_TOKEN }} repository: ${{ env.target_repo }}