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
|
||||
# publish jobs get escalated permissions
|
||||
permissions:
|
||||
"contents": "read"
|
||||
"id-token": "write"
|
||||
"packages": "write"
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue