2
0
mirror of https://github.com/inventree/InvenTree.git synced 2026-01-09 04:38:00 +00:00

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

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