Skip to content
This repository was archived by the owner on Jan 22, 2024. It is now read-only.

Commit 578eb9c

Browse files
build(java): use yoshi-approver token for auto-approve (#35)
This PR was generated using Autosynth. 🌈 Synth log will be available here: https://source.cloud.google.com/results/invocations/e2bf6665-3866-4539-9100-234150a196aa/targets - [ ] To automatically regenerate this PR, check this box. Source-Link: googleapis/synthtool@916c10e
1 parent a209bdc commit 578eb9c

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/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-analytics-data.git",
7-
"sha": "8cf496aef67575417cd73e650bfd5c33a39180f6"
7+
"sha": "a209bdc956ddd5f6805717dd4915d870a21bac13"
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)