We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8a066ab commit 184ec6fCopy full SHA for 184ec6f
2 files changed
.github/workflows/cd-packages.yaml
@@ -34,7 +34,7 @@ jobs:
34
steps:
35
- uses: actions/checkout@v6
36
with:
37
- token: ${{ secrets.GH_GITBOOK_TOKEN }}
+ token: ${{ secrets.RELEASE_GH_TOKEN }}
38
- name: Setup git identity
39
run: |
40
git config --global user.name "github-actions[bot]"
.github/workflows/cd-python-sdk.yaml
@@ -25,7 +25,7 @@ jobs:
25
26
27
28
29
30
31
0 commit comments