Skip to content

Commit f382301

Browse files
committed
add admin token
1 parent d389bce commit f382301

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/chapters-merge.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,6 @@ jobs:
6565
- name: Pushing to the protected branch 'main'
6666
uses: CasperWA/push-protected@v2
6767
with:
68-
token: ${{ secrets.GLOBAL_GHA_PAT }}
68+
token: ${{ secrets.ADMIN_TOKEN }}
6969
branch: main
7070
unprotect_reviews: true

.github/workflows/global-team.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,6 @@ jobs:
6060
- name: Pushing to the protected branch 'main'
6161
uses: CasperWA/push-protected@v2
6262
with:
63-
token: ${{ secrets.GLOBAL_GHA_PAT }}
63+
token: ${{ secrets.ADMIN_TOKEN }}
6464
branch: main
6565
unprotect_reviews: true

0 commit comments

Comments
 (0)