From 45bbbc8ecf374ec45a968719c9e68ace4e0ed45b Mon Sep 17 00:00:00 2001 From: Ludvig Hozman Date: Tue, 15 Oct 2024 10:34:16 +0200 Subject: [PATCH] =?UTF-8?q?Fikse=20d=C3=A5rlig=20cache-control=20header?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Fnuttene ødelegger visst --- .github/workflows/main-v3.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main-v3.yaml b/.github/workflows/main-v3.yaml index 37da89d3..abd713d6 100644 --- a/.github/workflows/main-v3.yaml +++ b/.github/workflows/main-v3.yaml @@ -101,4 +101,4 @@ jobs: identity_provider: ${{ secrets.NAIS_WORKLOAD_IDENTITY_PROVIDER }} project_id: ${{ vars.NAIS_MANAGEMENT_PROJECT_ID }} headers: |- - cache-control: 'public, max-age=600' + cache-control: public, max-age=600