diff --git a/.github/actions/run-ee-server/action.yaml b/.github/actions/run-ee-server/action.yaml index 97b3287c..b0975779 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 48690fb0..165ec9a4 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: