ci: Grant workflow necessary permission
This commit is contained in:
parent
07e65d8e83
commit
8c9d73fc39
1 changed files with 1 additions and 0 deletions
1
.github/workflows/pull_strings.yml
vendored
1
.github/workflows/pull_strings.yml
vendored
|
|
@ -10,6 +10,7 @@ jobs:
|
||||||
name: Pull strings
|
name: Pull strings
|
||||||
permissions:
|
permissions:
|
||||||
contents: write
|
contents: write
|
||||||
|
pull-requests: write
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue