We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d389bce commit f382301Copy full SHA for f382301
2 files changed
.github/workflows/chapters-merge.yaml
@@ -65,6 +65,6 @@ jobs:
65
- name: Pushing to the protected branch 'main'
66
uses: CasperWA/push-protected@v2
67
with:
68
- token: ${{ secrets.GLOBAL_GHA_PAT }}
+ token: ${{ secrets.ADMIN_TOKEN }}
69
branch: main
70
unprotect_reviews: true
.github/workflows/global-team.yml
@@ -60,6 +60,6 @@ jobs:
60
61
62
63
64
0 commit comments