Skip to content
This repository has been archived by the owner on Dec 21, 2023. It is now read-only.

build(deps): update benjefferies/branch-protection-bot digest to ab95ff5 [skip ci] #587

Merged
merged 1 commit into from
Jul 24, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down Expand Up @@ -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 }}
Expand Down