From 431ea4a192fb7d213d0932fbfb7d6c729f22bb3e Mon Sep 17 00:00:00 2001 From: sigurdgroneng Date: Mon, 1 Jul 2024 09:29:54 +0200 Subject: [PATCH] =?UTF-8?q?Pr=C3=B8v=20=C3=A5=20fikse=20workflow-dispatch?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/dummy-gcp.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/dummy-gcp.yml b/.github/workflows/dummy-gcp.yml index 6024eede2..675ad5bb6 100644 --- a/.github/workflows/dummy-gcp.yml +++ b/.github/workflows/dummy-gcp.yml @@ -1,9 +1,10 @@ name: Build and deploy dev-gcp on: + workflow_dispatch: push: branches: - gcp-premigrering - workflow_dispatch: + permissions: contents: read id-token: write