From cc8189a871fef0b512e3c2745bb96551393a1acb Mon Sep 17 00:00:00 2001 From: uazo <29201891+uazo@users.noreply.github.com> Date: Sat, 31 Jul 2021 11:01:34 +0200 Subject: [PATCH] remove secrets --- .github/workflows/build_bromite.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/build_bromite.yaml b/.github/workflows/build_bromite.yaml index a44822b..cb575fc 100644 --- a/.github/workflows/build_bromite.yaml +++ b/.github/workflows/build_bromite.yaml @@ -138,8 +138,6 @@ jobs: gomaserver: image: uazo/goma-server - #ports: - # - 5050:5050 volumes: - /tmp/proxy:/tmp/proxy options: >- @@ -150,7 +148,6 @@ jobs: env: REDISHOST: redis - REMOTEEXEC_ADDR: ${{ secrets.REMOTEEXEC_ADDR }} REMOVEDOCKERSUPPORT: true USELOCALIMAGE: true