From 08d530fbd080d90995e2fefc6a481ee752943ac5 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:22:59 +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 6b33e3f..cf8c74f 100644 --- a/.github/workflows/docker-publish.yaml +++ b/.github/workflows/docker-publish.yaml @@ -45,7 +45,7 @@ jobs: with: app-id: ${{ inputs.appId }} private-key: ${{ env.APP_SECRET }} - installation-id: ${{ inputs.appInstallationId }} + owner: ${{ github.repository_owner }} - uses: actions/checkout@v5 with: diff --git a/.github/workflows/reusable-ruby-checks.yaml b/.github/workflows/reusable-ruby-checks.yaml index 18f6484..d49e375 100644 --- a/.github/workflows/reusable-ruby-checks.yaml +++ b/.github/workflows/reusable-ruby-checks.yaml @@ -53,7 +53,7 @@ jobs: with: app-id: ${{ inputs.appId }} private-key: ${{ env.APP_SECRET }} - installation-id: ${{ inputs.appInstallationId }} + owner: ${{ github.repository_owner }} - uses: actions/checkout@v5 with: diff --git a/.github/workflows/reusable-ruby-publish-migrated-db.yaml b/.github/workflows/reusable-ruby-publish-migrated-db.yaml index c9b9acd..41fbc39 100644 --- a/.github/workflows/reusable-ruby-publish-migrated-db.yaml +++ b/.github/workflows/reusable-ruby-publish-migrated-db.yaml @@ -63,7 +63,7 @@ jobs: with: app-id: ${{ inputs.appId }} private-key: ${{ env.APP_SECRET }} - installation-id: ${{ inputs.appInstallationId }} + owner: ${{ github.repository_owner }} - uses: actions/checkout@v5 with: