From 7da1ca225e03ad287c5774be831ef04d15300dc8 Mon Sep 17 00:00:00 2001 From: Thomas Frost Date: Fri, 19 Jul 2024 10:30:05 -0700 Subject: [PATCH] fix(github-actions): added missing setup --- .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 a3f396432..f45fbf17e 100644 --- a/.github/workflows/develop.deploy-functions.yml +++ b/.github/workflows/develop.deploy-functions.yml @@ -8,6 +8,10 @@ on: jobs: job_id: + setup: + runs-on: ubuntu-latest + environment: develop + permissions: contents: 'read' id-token: 'write'