From 3cab02f98d2430bac4398082bea19c2da598edef Mon Sep 17 00:00:00 2001 From: Loyalsoldier <10487845+Loyalsoldier@users.noreply.github.com> Date: Mon, 20 Apr 2026 07:45:34 +0800 Subject: [PATCH] CI: fix workflow permissions (#62) Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com> --- .github/workflows/run.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/run.yml b/.github/workflows/run.yml index 3416e41..ae727d0 100644 --- a/.github/workflows/run.yml +++ b/.github/workflows/run.yml @@ -1,4 +1,6 @@ name: Generate routing rules for Surge +permissions: + contents: write on: workflow_dispatch: schedule: