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:
parent
114d07343a
commit
5448e1138f
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue