mirror of
https://github.com/huggingface/transformers.git
synced 2025-07-24 23:08:57 +06:00
Add contents: write
(#36445)
fix permission Co-authored-by: ydshieh <ydshieh@users.noreply.github.com>
This commit is contained in:
parent
549db241e5
commit
2d6cc0dfde
1
.github/workflows/change_pr_to_draft.yml
vendored
1
.github/workflows/change_pr_to_draft.yml
vendored
@ -10,6 +10,7 @@ jobs:
|
|||||||
name: Convert PR to draft
|
name: Convert PR to draft
|
||||||
permissions:
|
permissions:
|
||||||
pull-requests: write
|
pull-requests: write
|
||||||
|
contents: write
|
||||||
if: github.event.pull_request.draft == false
|
if: github.event.pull_request.draft == false
|
||||||
steps:
|
steps:
|
||||||
- name: Convert PR to draft
|
- name: Convert PR to draft
|
||||||
|
Loading…
Reference in New Issue
Block a user