summaryrefslogtreecommitdiffstats
path: root/.github/workflows/linux-eoan-5.12.yml
diff options
context:
space:
mode:
authorGravatar Dirk Hohndel <dirk@hohndel.org>2020-01-02 15:34:46 -0800
committerGravatar Dirk Hohndel <dirk@hohndel.org>2020-01-04 02:47:45 +0900
commitab71f5daca696e23a4ad63a475c1a43219633c29 (patch)
tree645b259bb0354861737d1de7d75de5f06beaf8f0 /.github/workflows/linux-eoan-5.12.yml
parentd0e52140e586e4f9537738177d54400a855b7d2b (diff)
downloadsubsurface-ab71f5daca696e23a4ad63a475c1a43219633c29.tar.gz
GitHub Actions: change passwords to be hard coded
As much as I hate having passwords exposed through the source code, since GitHub wisely prevents reading secrets in pull requests, there isn't really a sane way to have this use confidential credentials. Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to '.github/workflows/linux-eoan-5.12.yml')
-rw-r--r--.github/workflows/linux-eoan-5.12.yml7
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"