Skip to content

Commit e522628

Browse files
authored
VED-874: Fix MNS unsubscribe step in teardown pipeline. (#940)
1 parent 6fc5e32 commit e522628

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/pr-teardown.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@ jobs:
6363
- name: Unsubscribe MNS
6464
working-directory: "./lambdas/mns_subscription"
6565
env:
66+
APIGEE_ENVIRONMENT: int
6667
SQS_ARN: ${{ env.ID_SYNC_QUEUE_ARN }}
6768
run: |
6869
poetry install --no-root

0 commit comments

Comments
 (0)