mirror of
https://github.com/ReVanced/revanced-patches.git
synced 2024-11-12 18:04:26 +01:00
ci: Grant workflow necessary permission
This commit is contained in:
parent
9ed6ca64e5
commit
54bfc4b012
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
|
||||
permissions:
|
||||
contents: write
|
||||
pull-requests: write
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout
|
||||
|
|
Loading…
Reference in a new issue