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.
2 parents 0cb0ba3 + 68b9fc8 commit dee8f91Copy full SHA for dee8f91
2 files changed
.github/workflows/auto-approve.yml
@@ -36,7 +36,7 @@ jobs:
36
if: github.event.pull_request.user.login != 'patchloom-release[bot]'
37
id: app-token
38
with:
39
- app-id: ${{ secrets.APP_ID }}
+ client-id: ${{ vars.APP_CLIENT_ID }}
40
private-key: ${{ secrets.APP_PRIVATE_KEY }}
41
42
- name: Enable auto-merge
.github/workflows/release.yml
@@ -30,7 +30,7 @@ jobs:
30
- uses: actions/create-github-app-token@bcd2ba49218906704ab6c1aa796996da409d3eb1 # v3.2.0
31
32
33
34
35
- uses: googleapis/release-please-action@45996ed1f6d02564a971a2fa1b5860e934307cf7 # v5.0.0
id: release
0 commit comments