Skip to content

Commit 2a858c2

Browse files
committed
- Update workflow-telemetry permissions and
- Ensure HTTP transport is set for ingress in staging container app in terraform configuration
1 parent e8ffeee commit 2a858c2

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.github/workflows/cd.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,8 +130,12 @@ jobs:
130130

131131
workflow-telemetry:
132132
needs: [ui-tests]
133+
permissions:
134+
actions: write
135+
contents: read
136+
checks: write
137+
133138
runs-on: ubuntu-latest
134-
135139
steps:
136140
- name: Workflow Telemetry - Generate heat map and performance data
137141
uses: catchpoint/[email protected]

terraform/staging/main.tf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ resource "azurerm_container_app" "staging" {
1313
ingress {
1414
external_enabled = true
1515
target_port = 80
16+
transport = "http"
1617

1718
traffic_weight {
1819
percentage = 100

0 commit comments

Comments
 (0)