Drillster / drone-email

Drone plugin for sending email notifications
Apache License 2.0
44 stars 43 forks source link

Pulling credentials from orgsecret #70

Open smoslinux opened 1 year ago

smoslinux commented 1 year ago

Hi, I have an issue pulling the credentials added to the organization project. They are rejecting to be set inside username password. Looks like it's only looking at internal settings per project, but I need it globally.

- name: Notify DevOps
  image: drillster/drone-email
  settings:
    from.address: xx
    from.name: xx
    recipients: xxx
    recipients_only: true
    host: xx
    username:
      from_secret: xxx_user
    password:
      from_secret: xxx_key
    subject: