From 9af877e93216319409642e5a576c0221a4d9b71c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 5 Sep 2023 11:28:17 +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 1401f785..0e6e4f2d 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 }}