Add write permission for GitHub Actions workflow

This commit is contained in:
Lan Tian 2025-12-09 20:12:20 -08:00
parent 88051166ad
commit f70e23e527
No known key found for this signature in database
GPG Key ID: 04E66B6B25A0862B

View File

@ -3,6 +3,9 @@ on:
workflow_dispatch:
schedule:
- cron: '37 17 * * *'
permissions:
actions: write
contents: write
jobs:
auto-update:
runs-on: ubuntu-latest