diff --git a/.github/workflows/ci-astro-deploy.yml b/.github/workflows/ci-astro-deploy.yml index 008031cae..15dce7ba0 100644 --- a/.github/workflows/ci-astro-deploy.yml +++ b/.github/workflows/ci-astro-deploy.yml @@ -37,7 +37,7 @@ jobs: environment_to_deploy: 'astro-sdk-integration-tests' secrets: docker_registry: ${{ secrets.ASTRO_DOCKER_REGISTRY }} - organization_id: ${{ secrets.ASTRO_ORGANIZATION_ID }} + organization_id: ${{ secrets.ORGANIZATION_ID }} deployment_id: ${{ secrets.ASTRO_DEPLOYMENT_ID }} astronomer_key_id: ${{ secrets.ASTRO_KEY_ID }} astronomer_key_secret: ${{ secrets.ASTRO_KEY_SECRET }}