We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f3c0488 commit 916c10eCopy full SHA for 916c10e
synthtool/gcp/templates/java_library/.github/workflows/auto-release.yaml
@@ -7,7 +7,7 @@ jobs:
7
steps:
8
- uses: actions/[email protected]
9
with:
10
- github-token: {{ '${{secrets.GITHUB_TOKEN}}' }}
+ github-token: {{ '${{secrets.YOSHI_APPROVER_TOKEN}}' }}
11
debug: true
12
script: |
13
// only approve PRs from release-please[bot]
@@ -66,4 +66,4 @@ jobs:
66
repo: context.repo.repo,
67
issue_number: context.payload.pull_request.number,
68
labels: ['kokoro:force-run', 'automerge']
69
- });
+ });
0 commit comments