mirror of
https://github.com/inventree/InvenTree.git
synced 2026-02-25 16:17:58 +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:
3
.github/workflows/qc_checks.yaml
vendored
3
.github/workflows/qc_checks.yaml
vendored
@@ -286,6 +286,9 @@ jobs:
|
|||||||
|
|
||||||
needs: ["pre-commit", "paths-filter"]
|
needs: ["pre-commit", "paths-filter"]
|
||||||
if: needs.paths-filter.outputs.server == 'true' || needs.paths-filter.outputs.force == 'true'
|
if: needs.paths-filter.outputs.server == 'true' || needs.paths-filter.outputs.force == 'true'
|
||||||
|
permissions:
|
||||||
|
contents: read
|
||||||
|
id-token: write
|
||||||
|
|
||||||
env:
|
env:
|
||||||
WRAPPER_NAME: inventree-python
|
WRAPPER_NAME: inventree-python
|
||||||
|
|||||||
Reference in New Issue
Block a user