From a1a0e0725a1e0518b4e11fe450816fbc05587c73 Mon Sep 17 00:00:00 2001 From: Thomas Frost Date: Fri, 19 Jul 2024 10:31:23 -0700 Subject: [PATCH] fix(github actions): setup misplaced --- .github/workflows/develop.deploy-functions.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/develop.deploy-functions.yml b/.github/workflows/develop.deploy-functions.yml index f45fbf17e..4b94cec85 100644 --- a/.github/workflows/develop.deploy-functions.yml +++ b/.github/workflows/develop.deploy-functions.yml @@ -7,11 +7,11 @@ on: workflow_dispatch: jobs: - job_id: - setup: - runs-on: ubuntu-latest - environment: develop + setup: + runs-on: ubuntu-latest + environment: develop + job_id: permissions: contents: 'read' id-token: 'write'