We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bd218cd commit 0c82089Copy full SHA for 0c82089
.github/workflows/sync_branch.yaml
@@ -23,7 +23,7 @@ jobs:
23
# https://github.com/marketplace/actions/sync-branches
24
uses: tretuna/sync-branches@1.4.0
25
with:
26
- GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
+ GITHUB_TOKEN: ${{secrets.YOSHI_CODE_BOT_TOKEN}}
27
FROM_BRANCH: "main"
28
TO_BRANCH: "storage-refactor"
29
REVIEWERS: '["noahdietz", "cloud-storage-dpe"]'
0 commit comments