fix: add write permission to translation workflow
Made-with: Cursor
This commit is contained in:
parent
4a1521de09
commit
3fca8a71f5
1 changed files with 2 additions and 0 deletions
2
.github/workflows/translate-readme.yml
vendored
2
.github/workflows/translate-readme.yml
vendored
|
|
@ -11,6 +11,8 @@ on:
|
|||
jobs:
|
||||
translate:
|
||||
runs-on: ubuntu-latest
|
||||
permissions:
|
||||
contents: write
|
||||
|
||||
steps:
|
||||
- name: Checkout code
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue