Skip to content

Commit a8a4bb8

Browse files
build(java): use yoshi-approver token for auto-approve (#218)
Source-Author: Jeff Ching <chingor@google.com> Source-Date: Wed Sep 23 12:46:45 2020 -0700 Source-Repo: googleapis/synthtool Source-Sha: 916c10e8581804df2b48a0f0457d848f3faa582e Source-Link: googleapis/synthtool@916c10e
1 parent 89fb0e7 commit a8a4bb8

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/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,7 +4,7 @@
44
"git": {
55
"name": ".",
66
"remote": "https://github.com/googleapis/java-datastore.git",
7-
"sha": "4f016e03d88e2d488e09418acc5ca4ec817341bf"
7+
"sha": "89fb0e7fb67857176b5d3ded3f0a5e2aaf76880b"
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)