fix Github Actions permissions
This commit is contained in:
parent
aeafc08f95
commit
a66026194e
1 changed files with 5 additions and 0 deletions
5
.github/workflows/generate.yml
vendored
5
.github/workflows/generate.yml
vendored
|
|
@ -6,6 +6,10 @@ on:
|
||||||
# Run this workflow every week at 03:34 am
|
# Run this workflow every week at 03:34 am
|
||||||
- cron: "34 3 */7 * *"
|
- cron: "34 3 */7 * *"
|
||||||
|
|
||||||
|
permissions:
|
||||||
|
contents: write
|
||||||
|
pull-requests: write
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
generate:
|
generate:
|
||||||
name: Generate plugin list
|
name: Generate plugin list
|
||||||
|
|
@ -29,3 +33,4 @@ jobs:
|
||||||
commit-message: Plugin Updates
|
commit-message: Plugin Updates
|
||||||
branch: plugin-updates
|
branch: plugin-updates
|
||||||
delete-branch: true
|
delete-branch: true
|
||||||
|
token: ${{ secrets.FLATHUB_GITHUB_TOKEN }}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue