From 059b6aa6621032a3b87075a08498034b284281b8 Mon Sep 17 00:00:00 2001 From: Mirza Karacic Date: Mon, 6 Jan 2025 09:26:42 -0800 Subject: [PATCH] test --- .github/actions/run-ee-server/action.yaml | 4 ++++ .github/workflows/pull-request-open.yaml | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/.github/actions/run-ee-server/action.yaml b/.github/actions/run-ee-server/action.yaml index 97b3287c7..b09757790 100644 --- a/.github/actions/run-ee-server/action.yaml +++ b/.github/actions/run-ee-server/action.yaml @@ -1,6 +1,10 @@ name: "Run EE Server" description: "Run EE server. Returns once server is ready. Only tested on Linux and macOS" +permissions: + # This is required for requesting the OIDC token + id-token: write + inputs: # All inputs in composite actions are strings use-server-rc: diff --git a/.github/workflows/pull-request-open.yaml b/.github/workflows/pull-request-open.yaml index 48690fb02..165ec9a40 100644 --- a/.github/workflows/pull-request-open.yaml +++ b/.github/workflows/pull-request-open.yaml @@ -1,5 +1,9 @@ name: PR open +permissions: + # This is required for requesting the OIDC token + id-token: write + on: pull_request: branches: