We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 87a9dcd commit 501ae29Copy full SHA for 501ae29
.github/workflows/release.yml
@@ -73,6 +73,10 @@ jobs:
73
v_rule_id: ${{ steps.get_rule_ids.outputs.v_rule_id }}
74
v_pattern: ${{ steps.get_rule_ids.outputs.v_pattern }}
75
steps:
76
+ - name: Set up GitHub CLI
77
+ uses: wusatosi/setup-gh@v1.1
78
+ with:
79
+ token: ${{ secrets.ADMIN_GITHUB_TOKEN }}
80
- name: Get branch protection rule IDs
81
id: get_rule_ids
82
run: |
@@ -350,6 +354,10 @@ jobs:
350
354
env:
351
355
GH_TOKEN: ${{ secrets.ADMIN_GITHUB_TOKEN }}
352
356
357
358
359
360
353
361
- name: Restore master protection pattern
362
if: ${{ needs.branch_protection_rename.outputs.master_rule_id != '' }}
363
0 commit comments