Skip to content

Commit eecce8c

Browse files
build(java): use yoshi-approver token for auto-approve (googleapis#430)
Source-Author: Jeff Ching <[email protected]> Source-Date: Wed Sep 23 12:46:45 2020 -0700 Source-Repo: googleapis/synthtool Source-Sha: 916c10e8581804df2b48a0f0457d848f3faa582e Source-Link: googleapis/synthtool@916c10e
1 parent 373032e commit eecce8c

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/[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,7 +4,7 @@
44
"git": {
55
"name": ".",
66
"remote": "https://github.com/googleapis/java-bigtable.git",
7-
"sha": "ad63449259d1858b8c2e63856bf4d5487cbea153"
7+
"sha": "373032e93b838cbc0ccab7dc45cd61b3b973542a"
88
}
99
},
1010
{
@@ -19,7 +19,7 @@
1919
"git": {
2020
"name": "synthtool",
2121
"remote": "https://github.com/googleapis/synthtool.git",
22-
"sha": "80003a3de2d8a75f5b47cb2e77e018f7f0f776cc"
22+
"sha": "916c10e8581804df2b48a0f0457d848f3faa582e"
2323
}
2424
}
2525
],

0 commit comments

Comments
 (0)