You can issue the line notify token from LINE Notify. See LINE Notify doc.
With Go installed
go install github.com/nttu-ysc/drone-line-notify@latestthen you can use drone-line-notify
Add plugin in steps and set settings variable line_access_token
kind: pipeline
name: Drone ci
steps:
- name: line notify
image: shundevhub/drone-line-notify
settings:
line_access_token:
from_secret: YOUR_ACCESS_TOKEN
when:
event:
- pushJoin the access token with comma ,
line_access_token: ACCESS_TOKEN_1,ACCESS_TOKEN_2,ACCESS_TOKEN_3,...