Skip to content

Commit 2e39c11

Browse files
build(java): use yoshi-approver token for auto-approve (#176)
This PR was generated using Autosynth. 🌈 Synth log will be available here: https://source.cloud.google.com/results/invocations/8e220a7b-09a7-485b-ab9f-0ada5de0c30f/targets - [ ] To automatically regenerate this PR, check this box. Source-Link: googleapis/synthtool@916c10e
1 parent c7bdd51 commit 2e39c11

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.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/github-script@v3.0.0
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/java-logging-logback.git",
7-
"sha": "ab32ce8f5e7fdec4691d1913a3f24818b93d5060"
7+
"sha": "8d38976f44712fd691c74b23208275c4efde9b66"
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)