Skip to content

Commit 184ec6f

Browse files
committed
Replace token name GH_GITBOOK_TOKEN by RELEASE_GH_TOKEN
1 parent 8a066ab commit 184ec6f

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/cd-packages.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
steps:
3535
- uses: actions/checkout@v6
3636
with:
37-
token: ${{ secrets.GH_GITBOOK_TOKEN }}
37+
token: ${{ secrets.RELEASE_GH_TOKEN }}
3838
- name: Setup git identity
3939
run: |
4040
git config --global user.name "github-actions[bot]"

.github/workflows/cd-python-sdk.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
steps:
2626
- uses: actions/checkout@v6
2727
with:
28-
token: ${{ secrets.GH_GITBOOK_TOKEN }}
28+
token: ${{ secrets.RELEASE_GH_TOKEN }}
2929
- name: Setup git identity
3030
run: |
3131
git config --global user.name "github-actions[bot]"

0 commit comments

Comments
 (0)