From 5448e1138f35ab01fa71c7df5a78b95da0f2ea7d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Farge?= Date: Wed, 7 Jan 2026 13:20:25 +0100 Subject: [PATCH] ci(gc): add missing oidc permissions (#11095) The OIDC permissions allow CodSpeed to authenticate the workflow. They are the same as the 'Tests - Performance' workflow. --- .github/workflows/qc_checks.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/qc_checks.yaml b/.github/workflows/qc_checks.yaml index 041d020647..6c2c0207c6 100644 --- a/.github/workflows/qc_checks.yaml +++ b/.github/workflows/qc_checks.yaml @@ -286,6 +286,9 @@ jobs: needs: ["pre-commit", "paths-filter"] if: needs.paths-filter.outputs.server == 'true' || needs.paths-filter.outputs.force == 'true' + permissions: + contents: read + id-token: write env: WRAPPER_NAME: inventree-python