We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e3d359a commit 66dbea3Copy full SHA for 66dbea3
.github/workflows/sync_blog.yaml
@@ -50,6 +50,6 @@ jobs:
50
with:
51
source_branch: ${{ steps.sync_blog.outputs.branch }}
52
destination_branch: main
53
- github_token: ${{ secrets.CI_GIT_TOKEN }}
+ github_token: ${{ secrets.GROWTH_CI_TOKEN }}
54
pr_title: "sync blogs ${{ steps.sync_blog.outputs.branch }}"
55
pr_reviewer: "CrazyWisdom,Red-Asuka,Swilder-M"
0 commit comments