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 e8ffeee commit 2a858c2Copy full SHA for 2a858c2
.github/workflows/cd.yml
@@ -130,8 +130,12 @@ jobs:
130
131
workflow-telemetry:
132
needs: [ui-tests]
133
+ permissions:
134
+ actions: write
135
+ contents: read
136
+ checks: write
137
+
138
runs-on: ubuntu-latest
-
139
steps:
140
- name: Workflow Telemetry - Generate heat map and performance data
141
uses: catchpoint/[email protected]
terraform/staging/main.tf
@@ -13,6 +13,7 @@ resource "azurerm_container_app" "staging" {
13
ingress {
14
external_enabled = true
15
target_port = 80
16
+ transport = "http"
17
18
traffic_weight {
19
percentage = 100
0 commit comments