Skip to content

Commit 82856cd

Browse files
committed
Correct environment variables for MNS step
1 parent b8ca598 commit 82856cd

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/deploy-backend.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -118,10 +118,11 @@ jobs:
118118
- name: Create MNS Subscription
119119
if: ${{ inputs.environment == 'dev' && inputs.create_mns_subscription }}
120120
working-directory: './lambdas/mns_subscription'
121+
env:
122+
APIGEE_ENVIRONMENT: ${{ inputs.apigee_environment }}
123+
SQS_ARN: ${{ env.ID_SYNC_QUEUE_ARN }}
121124
run: |
122125
poetry install --no-root
123-
APIGEE_ENVIRONMENT=${{ inputs.apigee_environment }}
124-
SQS_ARN=$(ID_SYNC_QUEUE_ARN)
125126
echo "Subscribing SQS to MNS for notifications..."
126127
make subscribe
127128
# TODO - replace with modular e2e test workflow

0 commit comments

Comments
 (0)