From 4814f89a1ac372df199bede5373fbb0dda188e3b Mon Sep 17 00:00:00 2001 From: David Schuppa <32750715+davidSchuppa@users.noreply.github.com> Date: Thu, 7 Mar 2024 14:20:31 +0100 Subject: [PATCH] chore(pipeline): fix google auth by giving correct permissions to job SUITEDEV-35352 Co-authored-by: Andras Sarro --- .github/workflows/nightly_workflow.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/nightly_workflow.yml b/.github/workflows/nightly_workflow.yml index d16ac2b1..9669449f 100644 --- a/.github/workflows/nightly_workflow.yml +++ b/.github/workflows/nightly_workflow.yml @@ -42,6 +42,9 @@ jobs: Build: runs-on: ubuntu-latest name: Test & Lint + permissions: + contents: 'read' + id-token: 'write' strategy: matrix: include: