diff options
Diffstat (limited to '.github/workflows/linux-eoan-5.12.yml')
-rw-r--r-- | .github/workflows/linux-eoan-5.12.yml | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/.github/workflows/linux-eoan-5.12.yml b/.github/workflows/linux-eoan-5.12.yml index 276e72cc1..299bc72f1 100644 --- a/.github/workflows/linux-eoan-5.12.yml +++ b/.github/workflows/linux-eoan-5.12.yml @@ -18,9 +18,6 @@ jobs: uses: actions/checkout@v1 - name: get container ready for build - env: - SSRF_USER_EMAIL: ssrftest-u19@hohndel.org - SSRF_USER_PASSWORD: ${{ secrets.cloudu19 }} run: | echo "--------------------------------------------------------------" echo "update distro and install dependencies" @@ -49,7 +46,7 @@ jobs: - name: test mobile build env: SSRF_USER_EMAIL: ssrftest-u19@hohndel.org - SSRF_USER_PASSWORD: ${{ secrets.cloudu19 }} + SSRF_USER_PASSWORD: geheim-u19 run: | echo "--------------------------------------------------------------" echo "running tests for mobile" @@ -69,7 +66,7 @@ jobs: - name: test desktop build env: SSRF_USER_EMAIL: ssrftest-u19@hohndel.org - SSRF_USER_PASSWORD: ${{ secrets.cloudu19 }} + SSRF_USER_PASSWORD: geheim-u19 run: | echo "--------------------------------------------------------------" echo "running tests for desktop" |