From f70e23e5274cdb2b04c8dee52e03d86fb6630229 Mon Sep 17 00:00:00 2001 From: Lan Tian Date: Tue, 9 Dec 2025 20:12:20 -0800 Subject: [PATCH] Add write permission for GitHub Actions workflow --- .github/workflows/auto-update.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/auto-update.yml b/.github/workflows/auto-update.yml index 69d6f1a..dd0e252 100644 --- a/.github/workflows/auto-update.yml +++ b/.github/workflows/auto-update.yml @@ -3,6 +3,9 @@ on: workflow_dispatch: schedule: - cron: '37 17 * * *' +permissions: + actions: write + contents: write jobs: auto-update: runs-on: ubuntu-latest