From c9594e65d9f79763e8c5ac2f7e03a42df5dc5349 Mon Sep 17 00:00:00 2001 From: Levi van Noort <73097785+levivannoort@users.noreply.github.com> Date: Thu, 11 Jun 2026 08:19:09 +0200 Subject: [PATCH] chore: change repository owner for declarative setup --- .github/workflows/staging.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/staging.yml b/.github/workflows/staging.yml index f1a8bc8e00..a581c48fbf 100644 --- a/.github/workflows/staging.yml +++ b/.github/workflows/staging.yml @@ -13,6 +13,7 @@ concurrency: env: ENVIRONMENT: staging PROJECT: website + DECLARATIVE_OWNER: appwrite-labs DECLARATIVE_REPOSITORY: assets-applications REGISTRY_GITHUB: ghcr.io REGISTRY_DOCKERHUB: docker.io @@ -75,13 +76,13 @@ jobs: with: app-id: ${{ vars.DECLARATIVE_DEPLOYMENT_GITHUB_APP_ID }} private-key: ${{ secrets.DECLARATIVE_DEPLOYMENT_GITHUB_APP_PRIVATE_KEY }} - owner: ${{ github.repository_owner }} + owner: ${{ env.DECLARATIVE_OWNER }} repositories: ${{ env.DECLARATIVE_REPOSITORY }} - name: Checkout ${{ env.DECLARATIVE_REPOSITORY }} uses: actions/checkout@v6 with: - repository: ${{ github.repository_owner }}/${{ env.DECLARATIVE_REPOSITORY }} + repository: ${{ env.DECLARATIVE_OWNER }}/${{ env.DECLARATIVE_REPOSITORY }} token: ${{ steps.app-token.outputs.token }} - name: Update image tag