drone-email icon indicating copy to clipboard operation
drone-email copied to clipboard

Pulling credentials from orgsecret

Open smoslinux opened this issue 2 years ago • 0 comments

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:

smoslinux avatar Oct 03 '22 12:10 smoslinux