From 285b9d2806ed4c41fe71255df84b05b3b73c46f7 Mon Sep 17 00:00:00 2001 From: PavelMor25 <77216072+PavelMor25@users.noreply.github.com> Date: Mon, 8 Jan 2024 12:51:57 +0400 Subject: [PATCH] add env for test-mac (#102) --- .github/workflows/test-mac.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/test-mac.yml b/.github/workflows/test-mac.yml index e750906..d9162e9 100644 --- a/.github/workflows/test-mac.yml +++ b/.github/workflows/test-mac.yml @@ -79,6 +79,7 @@ jobs: env: SAUCE_USERNAME: ${{ secrets.SAUCE_USERNAME }} SAUCE_ACCESS_KEY: ${{ secrets.SAUCE_ACCESS_KEY }} + SAUCE_CONNECT_VERSION: ${{ secrets.SAUCE_CONNECT_VERSION }} - uses: actions/github-script@v6 with: script: |