Skip to content

Commit

Permalink
build(java): use yoshi-approver token for auto-approve (#284)
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/39850686-2ccf-49d9-8da7-271eeee682c0/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 f87fa55 commit 3bc3920
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions java-core/.github/workflows/auto-release.yaml
Original file line number Diff line number Diff line change
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 java-core/synth.metadata
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@
"git": {
"name": ".",
"remote": "https://github.com/googleapis/java-core.git",
"sha": "aa7442280e01bace376b089233320e0e98476fd6"
"sha": "59d079ea0f989f1ce1aeaf9bebbdc9e65c1825b1"
}
},
{
"git": {
"name": "synthtool",
"remote": "https://github.com/googleapis/synthtool.git",
"sha": "80003a3de2d8a75f5b47cb2e77e018f7f0f776cc"
"sha": "916c10e8581804df2b48a0f0457d848f3faa582e"
}
}
],
Expand Down

0 comments on commit 3bc3920

Please sign in to comment.