Skip to content

Commit dee8f91

Browse files
authored
Merge branch 'main' into feat/mcp-control-plane
2 parents 0cb0ba3 + 68b9fc8 commit dee8f91

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/auto-approve.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
if: github.event.pull_request.user.login != 'patchloom-release[bot]'
3737
id: app-token
3838
with:
39-
app-id: ${{ secrets.APP_ID }}
39+
client-id: ${{ vars.APP_CLIENT_ID }}
4040
private-key: ${{ secrets.APP_PRIVATE_KEY }}
4141

4242
- name: Enable auto-merge

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
- uses: actions/create-github-app-token@bcd2ba49218906704ab6c1aa796996da409d3eb1 # v3.2.0
3131
id: app-token
3232
with:
33-
app-id: ${{ secrets.APP_ID }}
33+
client-id: ${{ vars.APP_CLIENT_ID }}
3434
private-key: ${{ secrets.APP_PRIVATE_KEY }}
3535
- uses: googleapis/release-please-action@45996ed1f6d02564a971a2fa1b5860e934307cf7 # v5.0.0
3636
id: release

0 commit comments

Comments
 (0)