Skip to content

Commit

Permalink
fix(ci): Add new teams webhook UW_DIRECTORY_DEPLOY_MS_TEAMS_WEBHOOK_URL
Browse files Browse the repository at this point in the history
  • Loading branch information
soufianerafik committed Jan 17, 2025
1 parent 2cb0244 commit 99b6eae
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,7 @@ on:
env:
GCLOUD_TOKEN: ${{ secrets.GCR_TOKEN }}
#TODO Replace with Deploy WebHook - Testing with this for now, while coordinating with the team
TEAMS_INTEGRATIONS_DAILY_WEB_TESTS: ${{ secrets.TEAMS_INTEGRATIONS_DAILY_WEB_TESTS }}
UW_DIRECTORY_DEPLOY_MS_TEAMS_WEBHOOK_URL: ${{ secrets.UW_DIRECTORY_DEPLOY_MS_TEAMS_WEBHOOK_URL }}

jobs:
# The `configure` job reconciles the target version (if it wasn't explicitly provided)
Expand Down Expand Up @@ -167,7 +166,7 @@ jobs:
}
]
}' \
"${{ env.IDENTITY_UW_DEPLOY_MS_TEAMS_WEBHOOK_URL }}"
"${{ env.UW_DIRECTORY_DEPLOY_MS_TEAMS_WEBHOOK_URL }}"
- uses: ./.github/actions/configure-docker
with:
Expand Down Expand Up @@ -247,5 +246,5 @@ jobs:
}
]
}' \
"${{ env.IDENTITY_UW_DEPLOY_MS_TEAMS_WEBHOOK_URL }}"
"${{ env.UW_DIRECTORY_DEPLOY_MS_TEAMS_WEBHOOK_URL }}"

0 comments on commit 99b6eae

Please sign in to comment.