Skip to content

Commit

Permalink
build(java): use yoshi-approver token for auto-approve (#751)
Browse files Browse the repository at this point in the history
This PR was generated using Autosynth. 🌈

Synth log will be available here:
https://source.cloud.google.com/results/invocations/0e2e6824-ef36-4bb7-b9c7-5e4ddf71d571/targets

- [ ] To automatically regenerate this PR, check this box.

Source-Link: googleapis/synthtool@916c10e
  • Loading branch information
yoshi-automation committed Sep 23, 2020
1 parent 84d6632 commit 2be88bc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/auto-release.yaml
Expand Up @@ -7,7 +7,7 @@ jobs:
steps:
- uses: actions/github-script@v3.0.0
with:
github-token: ${{secrets.GITHUB_TOKEN}}
github-token: ${{secrets.YOSHI_APPROVER_TOKEN}}
debug: true
script: |
// only approve PRs from release-please[bot]
Expand Down Expand Up @@ -66,4 +66,4 @@ jobs:
repo: context.repo.repo,
issue_number: context.payload.pull_request.number,
labels: ['kokoro:force-run', 'automerge']
});
});
4 changes: 2 additions & 2 deletions synth.metadata
Expand Up @@ -4,14 +4,14 @@
"git": {
"name": ".",
"remote": "https://github.com/googleapis/java-bigquery.git",
"sha": "4c29f7a92933d3e03247802a6e967ce7fac5fa3d"
"sha": "84d6632dbbdb9ccaf4afba545ec94a1156a989a2"
}
},
{
"git": {
"name": "synthtool",
"remote": "https://github.com/googleapis/synthtool.git",
"sha": "80003a3de2d8a75f5b47cb2e77e018f7f0f776cc"
"sha": "916c10e8581804df2b48a0f0457d848f3faa582e"
}
}
],
Expand Down

0 comments on commit 2be88bc

Please sign in to comment.