From a06d1970c7623e16bccd9711ce2dadb9d28e2884 Mon Sep 17 00:00:00 2001 From: "personaclick-courier[bot]" <205635110+personaclick-courier[bot]@users.noreply.github.com> Date: Wed, 11 Feb 2026 06:16:35 +0000 Subject: [PATCH] feat(release): sync --- .github/workflows/docker-publish.yaml | 2 +- .github/workflows/reusable-ruby-checks.yaml | 2 +- .github/workflows/reusable-ruby-publish-migrated-db.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/docker-publish.yaml b/.github/workflows/docker-publish.yaml index a5d45e8..62ff3b4 100644 --- a/.github/workflows/docker-publish.yaml +++ b/.github/workflows/docker-publish.yaml @@ -38,7 +38,7 @@ jobs: password: ${{ secrets.GITHUB_TOKEN }} - id: app-token - if: ${{ inputs.GH_APP_ID && secrets.GH_APP_PRIVATE_KEY }} + if: ${{ inputs.appId && secrets.appSecret }} uses: actions/create-github-app-token@v1 with: app-id: ${{ inputs.appId }} diff --git a/.github/workflows/reusable-ruby-checks.yaml b/.github/workflows/reusable-ruby-checks.yaml index 4f746fe..18f5ea9 100644 --- a/.github/workflows/reusable-ruby-checks.yaml +++ b/.github/workflows/reusable-ruby-checks.yaml @@ -46,7 +46,7 @@ jobs: password: ${{ secrets.GITHUB_TOKEN }} - id: app-token - if: ${{ inputs.GH_APP_ID && secrets.GH_APP_PRIVATE_KEY }} + if: ${{ inputs.appId && secrets.appSecret }} uses: actions/create-github-app-token@v1 with: app-id: ${{ inputs.appId }} diff --git a/.github/workflows/reusable-ruby-publish-migrated-db.yaml b/.github/workflows/reusable-ruby-publish-migrated-db.yaml index 2fd900c..2ee2f58 100644 --- a/.github/workflows/reusable-ruby-publish-migrated-db.yaml +++ b/.github/workflows/reusable-ruby-publish-migrated-db.yaml @@ -56,7 +56,7 @@ jobs: docker exec postgres rm -rf /docker-entrypoint-initdb.d/* - id: app-token - if: ${{ inputs.GH_APP_ID && secrets.GH_APP_PRIVATE_KEY }} + if: ${{ inputs.appId && secrets.appSecret }} uses: actions/create-github-app-token@v1 with: app-id: ${{ inputs.appId }}