From 962a97686f694bfcd0b15a223d1afd1b2a21044f Mon Sep 17 00:00:00 2001 From: Cong-Cong Date: Wed, 4 Dec 2024 14:05:44 +0800 Subject: [PATCH] test --- .github/workflows/ci.yml | 6 ++++++ .github/workflows/reusable-build.yml | 6 ++++++ 2 files changed, 12 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b789222de956..79cc2caa526a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -97,6 +97,9 @@ jobs: runner-type: ${{ needs.get-runner-labels.outputs.WINDOWS_RUNNER_TYPE }} cache-type: ${{ needs.get-runner-labels.outputs.WINDOWS_CACHE_TYPE }} skipable: ${{ needs.check-changed.outputs.changed != 'true' }} + secrets: + TOS_ACCESS_KEY: ${{ secrets.TOS_ACCESS_KEY }} + TOS_SECRET_KEY: ${{ secrets.TOS_SECRET_KEY }} test-release-windows: name: Test Release Windows @@ -115,6 +118,9 @@ jobs: runner: ${{ needs.get-runner-labels.outputs.WINDOWS_RUNNER_LABELS }} runner-type: ${{ needs.get-runner-labels.outputs.WINDOWS_RUNNER_TYPE }} cache-type: ${{ needs.get-runner-labels.outputs.WINDOWS_CACHE_TYPE }} + secrets: + TOS_ACCESS_KEY: ${{ secrets.TOS_ACCESS_KEY }} + TOS_SECRET_KEY: ${{ secrets.TOS_SECRET_KEY }} test-mac: name: Test Mac diff --git a/.github/workflows/reusable-build.yml b/.github/workflows/reusable-build.yml index 8b9f3385719f..5de644787651 100644 --- a/.github/workflows/reusable-build.yml +++ b/.github/workflows/reusable-build.yml @@ -64,6 +64,12 @@ on: # - github # - local # - lynx + tos-access-key: + required: false + type: string + tos-secret-key: + required: false + type: string jobs: build: