File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -21,14 +21,14 @@ jobs:
21
21
- name : Temporarily disable "include administrators" branch protection
22
22
uses :
benjefferies/[email protected]
23
23
with :
24
- access_token : ${{ secrets.GITHUB_TOKEN }}
24
+ access_token : ${{ secrets.ACCESS_TOKEN }}
25
25
branch : ${{ github.event.repository.default_branch }}
26
26
- env :
27
27
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
28
28
run : pnpm release-it
29
- - name : Enable "include administrators" branch protection
29
+ - if : always()
30
+ name : Enable "include administrators" branch protection
30
31
uses :
benjefferies/[email protected]
31
- if : always()
32
32
with :
33
- access_token : ${{ secrets.GITHUB_TOKEN }}
33
+ access_token : ${{ secrets.ACCESS_TOKEN }}
34
34
branch : ${{ github.event.repository.default_branch }}
You can’t perform that action at this time.
0 commit comments