We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b8ca598 commit 82856cdCopy full SHA for 82856cd
.github/workflows/deploy-backend.yml
@@ -118,10 +118,11 @@ jobs:
118
- name: Create MNS Subscription
119
if: ${{ inputs.environment == 'dev' && inputs.create_mns_subscription }}
120
working-directory: './lambdas/mns_subscription'
121
+ env:
122
+ APIGEE_ENVIRONMENT: ${{ inputs.apigee_environment }}
123
+ SQS_ARN: ${{ env.ID_SYNC_QUEUE_ARN }}
124
run: |
125
poetry install --no-root
- APIGEE_ENVIRONMENT=${{ inputs.apigee_environment }}
- SQS_ARN=$(ID_SYNC_QUEUE_ARN)
126
echo "Subscribing SQS to MNS for notifications..."
127
make subscribe
128
# TODO - replace with modular e2e test workflow
0 commit comments