Skip to content

Commit

Permalink
Remove secrets from Redis Enterprise CI (#2938)
Browse files Browse the repository at this point in the history
* Remove secrets from re tests

* change env vars

* change env vars
  • Loading branch information
ofekshenawa committed Mar 21, 2024
1 parent 34dacf1 commit 9749cdb
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions .github/workflows/test-redis-enterprise.yml
Expand Up @@ -37,13 +37,11 @@ jobs:
working-directory: redis-ee
env:
IMAGE: "redislabs/redis:${{ matrix.re-build }}"
RE_USERNAME: ${{ secrets.RE_USERNAME }}
RE_PASS: ${{ secrets.RE_PASS }}
RE_CLUSTER_NAME: ${{ secrets.RE_CLUSTER_NAME }}
RE_USERNAME: test@test.com
RE_PASS: 12345
RE_CLUSTER_NAME: re-test
RE_USE_OSS_CLUSTER: false
RE_DB_PORT: ${{ secrets.RE_DB_PORT }}
DOCKER_ACCESS_TOKEN: ${{ secrets.DOCKER_ACCESS_TOKEN }}
DOCKER_USERNAME: ${{ secrets.DOCKER_USERNAME }}
RE_DB_PORT: 6379
run: ./build.sh

- name: Test
Expand Down

0 comments on commit 9749cdb

Please sign in to comment.