Skip to content

Commit 90d8370

Browse files
build(java): use yoshi-approver token for auto-approve (#1124)
This PR was generated using Autosynth. 🌈 Synth log will be available here: https://source.cloud.google.com/results/invocations/e2bf6665-3866-4539-9100-234150a196aa/targets - [ ] To automatically regenerate this PR, check this box. Source-Link: googleapis/synthtool@916c10e
1 parent b60bdda commit 90d8370

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/auto-release.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
steps:
88
- uses: actions/[email protected]
99
with:
10-
github-token: ${{secrets.GITHUB_TOKEN}}
10+
github-token: ${{secrets.YOSHI_APPROVER_TOKEN}}
1111
debug: true
1212
script: |
1313
// only approve PRs from release-please[bot]
@@ -66,4 +66,4 @@ jobs:
6666
repo: context.repo.repo,
6767
issue_number: context.payload.pull_request.number,
6868
labels: ['kokoro:force-run', 'automerge']
69-
});
69+
});

synth.metadata

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,14 @@
44
"git": {
55
"name": ".",
66
"remote": "https://github.com/googleapis/google-http-java-client.git",
7-
"sha": "35b7085a328e1d2149bb2c703c6e3873559cb286"
7+
"sha": "b60bdda51c22d11c08915673a9b7992ee5e902f3"
88
}
99
},
1010
{
1111
"git": {
1212
"name": "synthtool",
1313
"remote": "https://github.com/googleapis/synthtool.git",
14-
"sha": "80003a3de2d8a75f5b47cb2e77e018f7f0f776cc"
14+
"sha": "916c10e8581804df2b48a0f0457d848f3faa582e"
1515
}
1616
}
1717
],

0 commit comments

Comments
 (0)