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 }}