From f31795f4532685c9b831fa380be0908d37f2ce5f Mon Sep 17 00:00:00 2001 From: Xuefei Li Date: Fri, 13 Mar 2026 14:48:50 +0800 Subject: [PATCH 1/2] chore: add PAT verification marker (VChart) --- pat-verify-20260313-144802.txt | 1 + 1 file changed, 1 insertion(+) create mode 100644 pat-verify-20260313-144802.txt diff --git a/pat-verify-20260313-144802.txt b/pat-verify-20260313-144802.txt new file mode 100644 index 0000000000..a3eaf4e5e5 --- /dev/null +++ b/pat-verify-20260313-144802.txt @@ -0,0 +1 @@ +Temporary PAT verification file for VChart. From d6e391b4289ce4147973767e80a122b286196b53 Mon Sep 17 00:00:00 2001 From: Xuefei Li Date: Fri, 13 Mar 2026 14:49:03 +0800 Subject: [PATCH 2/2] chore: add PAT verification workflow (VChart) --- .github/workflows/pat-verify.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 .github/workflows/pat-verify.yml diff --git a/.github/workflows/pat-verify.yml b/.github/workflows/pat-verify.yml new file mode 100644 index 0000000000..85e1284256 --- /dev/null +++ b/.github/workflows/pat-verify.yml @@ -0,0 +1,11 @@ +name: PAT Verification + +on: + workflow_dispatch: + +jobs: + verify: + runs-on: ubuntu-latest + steps: + - name: Echo PAT verification + run: echo "PAT verification workflow for VChart"