appleboy/telegram-action

Can't pass password to proxy

Fedorm opened this issue · 1 comments

Hello, i have socks5 proxy like
someproxy.ru&port=5050&user=user&pass=pass

How can I pass user and password through a variable socks5?

u should use something like that
with:
to: ${{ secrets.TELEGRAM_TO }}
token: ${{ secrets.TELEGRAM_TOKEN }}
socks5: "${{ secrets.TG_PROXY }}"

where TG_PROXY is
socks5://user:password@someproxy:5050