From 7f88e2eb55cac86e07f99e0c7aa9a06b8a94c159 Mon Sep 17 00:00:00 2001 From: mmdapl <40396940+mmdapl@users.noreply.github.com> Date: Fri, 8 Sep 2023 18:01:35 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E6=96=B0=E5=A2=9Evercel=E7=8E=AF?= =?UTF-8?q?=E5=A2=83=E5=8F=98=E9=87=8F=20(#43)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit chore: 新增vercel环境变量 --- .github/workflows/CD.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/CD.yaml b/.github/workflows/CD.yaml index 1197498..adc538e 100644 --- a/.github/workflows/CD.yaml +++ b/.github/workflows/CD.yaml @@ -12,6 +12,12 @@ on: - next workflow_dispatch: + +## vercel 环境变量 +env: + VERCEL_ORG_ID: ${{ secrets.VERCEL_ORG_ID }} + VERCEL_PROJECT_ID: ${{ secrets.VERCEL_PROJECT_ID }} + jobs: install-init: name: "依赖安装初始化"