A drone plugin for feishu
Go to file
Lunny Xiao 3a89f20d23
Some checks reported errors
continuous-integration/drone/push Build encountered an error
Update README
2020-03-16 23:02:04 +08:00
vendor init project 2020-03-16 22:56:05 +08:00
.drone.yml init project 2020-03-16 22:56:05 +08:00
.gitignore init project 2020-03-16 22:56:05 +08:00
Dockerfile init project 2020-03-16 22:56:05 +08:00
go.mod init project 2020-03-16 22:56:05 +08:00
go.sum init project 2020-03-16 22:56:05 +08:00
main.go init project 2020-03-16 22:56:05 +08:00
plugin.go init project 2020-03-16 22:56:05 +08:00
README.md Update README 2020-03-16 23:02:04 +08:00

drone-feishu

Drone plugin for sending message to Feishu using Webhook.

Build Status

Webhooks are a low-effort way to post messages to group in Feishu. They do not require a bot user or authentication to use. See more API document information.

Sending feishu message using a binary, docker or Drone CI.

Usage

Usage from binary

drone-feishu \
feishu-drone \
  --access_token=xxxx \
  --message="test message"

Usage from docker

docker run --rm \
  -e FEISHU_ACCESS_TOKEN=xxxx \
  -e MESSAGE=test \
  lunny/drone-feishu