Skip to content

Commit

Permalink
Hotfix: Add SLACK_URL (#324)
Browse files Browse the repository at this point in the history
* Hotfix: Add SLACK_URL

* Here too smh

* Parameter is not used in container app env module
  • Loading branch information
Ceredron authored Oct 8, 2024
1 parent 3bddd38 commit a53353a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
1 change: 0 additions & 1 deletion .azure/infrastructure/main.bicep
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,6 @@ module containerAppEnv '../modules/containerAppEnvironment/main.bicep' = {
namePrefix: namePrefix
storageAccountName: storageAccountName
emailReceiver: notificationEmail
slackUrl: slackUrl
}
}
output resourceGroupName string = resourceGroup.name
Expand Down
4 changes: 4 additions & 0 deletions .github/actions/update-infrastructure/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,9 @@ inputs:
NOTIFICATION_EMAIL:
description: "Email for notifications"
required: true
SLACK_URL:
description: "Email for Slack channel to post to"
required: true

runs:
using: "composite"
Expand Down Expand Up @@ -86,6 +89,7 @@ runs:
MASKINPORTEN_CLIENT_ID: ${{ inputs.MASKINPORTEN_CLIENT_ID }}
PLATFORM_SUBSCRIPTION_KEY: ${{ inputs.PLATFORM_SUBSCRIPTION_KEY }}
NOTIFICATION_EMAIL: ${{ inputs.NOTIFICATION_EMAIL }}
SLACK_URL: ${{ inputs.SLACK_URL }}
with:
scope: subscription
template: ./.azure/infrastructure/main.bicep
Expand Down

0 comments on commit a53353a

Please sign in to comment.