mirror of
https://github.com/chatmail/core.git
synced 2026-05-06 06:46:35 +03:00
ci: use DCC_NEW_TMP_EMAIL for remote python tests
This commit is contained in:
1
.github/workflows/remote_tests.yml
vendored
1
.github/workflows/remote_tests.yml
vendored
@@ -8,6 +8,7 @@ jobs:
|
|||||||
CIRCLE_BRANCH: ${{ github.ref }}
|
CIRCLE_BRANCH: ${{ github.ref }}
|
||||||
CIRCLE_JOB: remote_tests_python
|
CIRCLE_JOB: remote_tests_python
|
||||||
CIRCLE_BUILD_NUM: ${{ github.run_number }}
|
CIRCLE_BUILD_NUM: ${{ github.run_number }}
|
||||||
|
DCC_NEW_TMP_EMAIL: ${{ secrets.DCC_NEW_TMP_EMAIL }}
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
- run: mkdir -m 700 -p ~/.ssh
|
- run: mkdir -m 700 -p ~/.ssh
|
||||||
|
|||||||
Reference in New Issue
Block a user