WhatsApp / proxy

This repository contains the WhatsApp proxy implementation for users to host their own proxy infrastructure to connect to WhatsApp for chat (VoIP is not currently supported)
MIT License
1.31k stars 346 forks source link

Create Whatsapp #240

Closed JefriReynaldi closed 4 months ago

JefriReynaldi commented 4 months ago

name: ci

on: push: branches: main

jobs: login: runs-on: ubuntu-latest steps:

    name: Login to GCR
    uses: docker/login-action@v2
    with:
      registry: gcr.io
      username: _json_key
      password: ${{ secrets.GCR_JSON_KEY }}