From 146db48c35fcf69ce3f1a2b8b92aed5fea235ed4 Mon Sep 17 00:00:00 2001 From: link2xt Date: Sun, 11 Apr 2021 06:46:30 +0300 Subject: [PATCH] ci: use DCC_NEW_TMP_EMAIL for remote python tests --- .github/workflows/remote_tests.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/remote_tests.yml b/.github/workflows/remote_tests.yml index bd2c00270..4d11db34b 100644 --- a/.github/workflows/remote_tests.yml +++ b/.github/workflows/remote_tests.yml @@ -8,6 +8,7 @@ jobs: CIRCLE_BRANCH: ${{ github.ref }} CIRCLE_JOB: remote_tests_python CIRCLE_BUILD_NUM: ${{ github.run_number }} + DCC_NEW_TMP_EMAIL: ${{ secrets.DCC_NEW_TMP_EMAIL }} steps: - uses: actions/checkout@v2 - run: mkdir -m 700 -p ~/.ssh