From e7fea6356188c7673c8f7ec7b75a5d3a51d4bcf7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 24 Jul 2023 07:16:17 +0000 Subject: [PATCH] build(deps): update benjefferies/branch-protection-bot digest to ab95ff5 [skip ci] Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index af387994..870809f5 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -138,7 +138,7 @@ jobs: fi - name: Temporarily disable "include administrators" branch protection - uses: benjefferies/branch-protection-bot@b6a1ef57a47860aa483bf6048c1e888018a15f9c + uses: benjefferies/branch-protection-bot@ab95ff5efbc98a970305f21549646164fc7c0556 with: access_token: ${{ secrets.KEPTN_BOT_TOKEN }} branch: ${{ needs.prepare.outputs.branch }} @@ -167,7 +167,7 @@ jobs: git push --follow-tags - name: Enable "include administrators" branch protection - uses: benjefferies/branch-protection-bot@b6a1ef57a47860aa483bf6048c1e888018a15f9c + uses: benjefferies/branch-protection-bot@ab95ff5efbc98a970305f21549646164fc7c0556 if: always() # Force to always run this step to ensure "include administrators" is always turned back on with: access_token: ${{ secrets.KEPTN_BOT_TOKEN }}