Skip to content

Commit

Permalink
build(java): use yoshi-approver token for auto-approve (#359)
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/077dcd72-1c58-4813-b798-2143cc447b75/targets

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

Source-Link: googleapis/synthtool@916c10e
  • Loading branch information
yoshi-automation authored Sep 29, 2020
1 parent 8b2d0b7 commit 1ec0fdb
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
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
steps:
- uses: actions/[email protected]
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
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"git": {
"name": ".",
"remote": "https://github.com/googleapis/java-pubsub.git",
"sha": "caf8e967e06edc945291d79d95c45220f0ca7bc1"
"sha": "3b3616c524059fb8a87bf30a66c481000046132a"
}
},
{
Expand All @@ -19,7 +19,7 @@
"git": {
"name": "synthtool",
"remote": "https://github.com/googleapis/synthtool.git",
"sha": "80003a3de2d8a75f5b47cb2e77e018f7f0f776cc"
"sha": "916c10e8581804df2b48a0f0457d848f3faa582e"
}
}
],
Expand Down

0 comments on commit 1ec0fdb

Please sign in to comment.