diff --git a/.github/workflows/deploy-all-production-accounts.yml b/.github/workflows/deploy-all-production-accounts.yml index 00ec6e0b..391f754a 100644 --- a/.github/workflows/deploy-all-production-accounts.yml +++ b/.github/workflows/deploy-all-production-accounts.yml @@ -44,6 +44,6 @@ jobs: uses: ./.github/workflows/deploy-multiple-accounts.yml secrets: inherit with: - helplines: ${{ needs.configure.outputs.production_helplines }} + helplines: ${{ needs.configure.outputs.target_helplines }} environments: '[ "PROD" ]'