mirror of https://github.com/astral-sh/ruff
Provide contents read permission to wasm publish job (#12384)
The job has asked for the permission:
811f78d94d/.github/workflows/publish-wasm.yml (L25)
This commit is contained in:
parent
811f78d94d
commit
512c8b2cc5
|
|
@ -225,6 +225,7 @@ jobs:
|
||||||
secrets: inherit
|
secrets: inherit
|
||||||
# publish jobs get escalated permissions
|
# publish jobs get escalated permissions
|
||||||
permissions:
|
permissions:
|
||||||
|
"contents": "read"
|
||||||
"id-token": "write"
|
"id-token": "write"
|
||||||
"packages": "write"
|
"packages": "write"
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue