Cron job run-as user

Can’t use cron trigger with a context that is locked down to select users. Need to add a run-as-user to the cron spec.

Alternatives are not good:

  1. open up context secrets to everyone
  2. move cron job to a locked down repo and use envvars
  3. use cron somewhere other than CircleCI
1 Like