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'