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 e12785e commit b0b2aeeCopy full SHA for b0b2aee
.github/workflows/sync-dev-to-main.yml
@@ -19,8 +19,8 @@ permissions:
19
env:
20
SOURCE_BRANCH: dev
21
TARGET_BRANCH: main
22
- # Power Automate webhook for Teams notifications
23
- TEAMS_WEBHOOK_URL: "https://default097499ff179d4959ab0286d364125b.fc.environment.api.powerplatform.com:443/powerautomate/automations/direct/workflows/a6dd70a2ec694cf6957a2620e1d89c23/triggers/manual/paths/invoke?api-version=1&sp=%2Ftriggers%2Fmanual%2Frun&sv=1.0&sig=B_MxbOdUi92JYpARbYIcaDNwUdSqILgO1ZV6T7vsQXU"
+ # Teams webhook URL stored in GitHub Secrets for security
+ TEAMS_WEBHOOK_URL: ${{ secrets.TEAMS_WEBHOOK_URL }}
24
25
jobs:
26
sync-branches:
0 commit comments