From 1b91fc654e8a7f04b8a1ff56d89a7a8b6cb38b8a Mon Sep 17 00:00:00 2001 From: Thomas Frost Date: Fri, 19 Jul 2024 10:34:13 -0700 Subject: [PATCH] =?UTF-8?q?fix(github-actions):=20clearly=20I=20dont=20kno?= =?UTF-8?q?w=20how=20to=20configure=20this=20file=20entirely=20?= =?UTF-8?q?=F0=9F=AB=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/develop.deploy-functions.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/develop.deploy-functions.yml b/.github/workflows/develop.deploy-functions.yml index 4b94cec85..943085150 100644 --- a/.github/workflows/develop.deploy-functions.yml +++ b/.github/workflows/develop.deploy-functions.yml @@ -12,6 +12,10 @@ jobs: environment: develop job_id: + runs-on: ubuntu-latest + environment: develop + needs: setup + permissions: contents: 'read' id-token: 'write'