diff --git a/.github/workflows/server_compatibility.yaml b/.github/workflows/server_compatibility.yaml index 516d5b7f..49b3de43 100644 --- a/.github/workflows/server_compatibility.yaml +++ b/.github/workflows/server_compatibility.yaml @@ -474,6 +474,8 @@ jobs: working-directory: tag env: HAZELCAST_SERVER_VERSION: ${{ github.event.inputs.hz_version }} + HZ_SNAPSHOT_INTERNAL_USERNAME: ${{ secrets.HZ_SNAPSHOT_INTERNAL_USERNAME }} + HZ_SNAPSHOT_INTERNAL_PASSWORD: ${{ secrets.HZ_SNAPSHOT_INTERNAL_PASSWORD }} - name: Run non-enterprise tests with compatibility if: ${{ matrix.server_kind == 'os' }}