From 2f4f3a975c71ac181bc843d062e59d001bdcc8de Mon Sep 17 00:00:00 2001 From: Martin Costello Date: Fri, 17 Apr 2026 11:23:53 +0100 Subject: [PATCH] Update deprecated action input `app-id` was deprecated in 3.1.0 in favour of `client-id`. --- .github/workflows/after-release.yml | 2 +- .github/workflows/build.yml | 2 +- .github/workflows/dependabot-approve.yml | 2 +- .github/workflows/on-push-do-docs.yml | 2 +- .github/workflows/updater-approve.yml | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/after-release.yml b/.github/workflows/after-release.yml index eb936e9ba8f..c9b4be3be3e 100644 --- a/.github/workflows/after-release.yml +++ b/.github/workflows/after-release.yml @@ -28,7 +28,7 @@ jobs: id: generate-application-token uses: actions/create-github-app-token@1b10c78c7865c340bc4f6099eb2f838309f1e8c3 # v3.1.1 with: - app-id: ${{ secrets.POLLY_UPDATER_BOT_APP_ID }} + client-id: ${{ secrets.POLLY_UPDATER_BOT_APP_ID }} private-key: ${{ secrets.POLLY_UPDATER_BOT_KEY }} permission-contents: write permission-pull-requests: write diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 23a41bbcf61..4da7da27b0e 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -444,7 +444,7 @@ jobs: id: generate-application-token uses: actions/create-github-app-token@1b10c78c7865c340bc4f6099eb2f838309f1e8c3 # v3.1.1 with: - app-id: ${{ secrets.POLLY_UPDATER_BOT_APP_ID }} + client-id: ${{ secrets.POLLY_UPDATER_BOT_APP_ID }} private-key: ${{ secrets.POLLY_UPDATER_BOT_KEY }} permission-contents: write diff --git a/.github/workflows/dependabot-approve.yml b/.github/workflows/dependabot-approve.yml index 8f3e6ded95e..8963c899925 100644 --- a/.github/workflows/dependabot-approve.yml +++ b/.github/workflows/dependabot-approve.yml @@ -22,7 +22,7 @@ jobs: id: generate-application-token uses: actions/create-github-app-token@1b10c78c7865c340bc4f6099eb2f838309f1e8c3 # v3.1.1 with: - app-id: ${{ secrets.POLLY_REVIEWER_BOT_APP_ID }} + client-id: ${{ secrets.POLLY_REVIEWER_BOT_APP_ID }} private-key: ${{ secrets.POLLY_REVIEWER_BOT_KEY }} permission-contents: write permission-pull-requests: write diff --git a/.github/workflows/on-push-do-docs.yml b/.github/workflows/on-push-do-docs.yml index 79a8248dcbe..ffcb9ac9535 100644 --- a/.github/workflows/on-push-do-docs.yml +++ b/.github/workflows/on-push-do-docs.yml @@ -20,7 +20,7 @@ jobs: id: generate-application-token uses: actions/create-github-app-token@1b10c78c7865c340bc4f6099eb2f838309f1e8c3 # v3.1.1 with: - app-id: ${{ secrets.POLLY_UPDATER_BOT_APP_ID }} + client-id: ${{ secrets.POLLY_UPDATER_BOT_APP_ID }} private-key: ${{ secrets.POLLY_UPDATER_BOT_KEY }} permission-contents: write permission-pull-requests: write diff --git a/.github/workflows/updater-approve.yml b/.github/workflows/updater-approve.yml index adf725766e2..d8d8e062d0d 100644 --- a/.github/workflows/updater-approve.yml +++ b/.github/workflows/updater-approve.yml @@ -24,7 +24,7 @@ jobs: id: generate-application-token uses: actions/create-github-app-token@1b10c78c7865c340bc4f6099eb2f838309f1e8c3 # v3.1.1 with: - app-id: ${{ secrets.POLLY_REVIEWER_BOT_APP_ID }} + client-id: ${{ secrets.POLLY_REVIEWER_BOT_APP_ID }} private-key: ${{ secrets.POLLY_REVIEWER_BOT_KEY }} permission-contents: write permission-pull-requests: write