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.
This commit is contained in:
François Farge 2026-01-07 13:20:25 +01:00 committed by GitHub
parent 114d07343a
commit 5448e1138f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 0 deletions

View File

@ -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