Skip to content

Commit

Permalink
build(java): use yoshi-approver token for auto-approve (#772)
Browse files Browse the repository at this point in the history
  • Loading branch information
chingor13 committed Sep 23, 2020
1 parent f3c0488 commit 916c10e
Showing 1 changed file with 2 additions and 2 deletions.
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']
});
});

0 comments on commit 916c10e

Please sign in to comment.