diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d5bbe619..6a6cd332 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -242,7 +242,7 @@ jobs: id: app-token uses: actions/create-github-app-token@v3 with: - app-id: "4473709" + client-id: Iv23liuX19EFyXndAmkL private-key: ${{ secrets.AUTOMERGE_APP_PRIVATE_KEY }} - uses: actions/checkout@v7 with: diff --git a/.github/workflows/dependabot-auto-merge.yml b/.github/workflows/dependabot-auto-merge.yml index ac1549d0..9572f85f 100644 --- a/.github/workflows/dependabot-auto-merge.yml +++ b/.github/workflows/dependabot-auto-merge.yml @@ -25,7 +25,7 @@ jobs: id: app-token uses: actions/create-github-app-token@v3 with: - app-id: "4473709" + client-id: Iv23liuX19EFyXndAmkL private-key: ${{ secrets.AUTOMERGE_APP_PRIVATE_KEY }} - name: Enable auto-merge for minor and patch updates if: steps.metadata.outputs.update-type == 'version-update:semver-minor' || steps.metadata.outputs.update-type == 'version-update:semver-patch'