Github Action for Sending feishu robot messages.
- FEISHU_CUSTOMERBOT_WEBHOOK: feishu access token
- FEISHU_CUSTOMERBOT_SECRET: feishu secret
- name: Sending Feishu Message
uses: x-actions/feishu@main
env:
FEISHU_CUSTOMERBOT_WEBHOOK: ${{ secrets.FEISHU_CUSTOMERBOT_WEBHOOK }}
FEISHU_CUSTOMERBOT_SECRET: ${{ secrets.FEISHU_CUSTOMERBOT_SECRET }}
MSGTYPE: interactive
TITLE: "x-actions feishu message"
CONTENT: |
> Build Github Action Done.
> ^_^
- release
git tag v0.1.0
git push origin --tags
- download
curl -Lfs -o feishu https://github.com/x-actions/feishu/releases/latest/download/feishu-{linux|darwin|windows}
chmod +x feishu
./feishu
- help
Usage of ./feishu: