'Yml file CI is scheduled in someone elses name
I work in collaboration with other people and we have github yml ci running each night. The issue is that it shows up as running in someone elses name.
So the ci file has something like this at the top of the file: on: schedule: - cron: '00 6 * * *'
This says it will run at 6 UTC
The problem is when the scheduled CI runs, it runs under that persons name. That person has left the organization. How do get the CI to run in my name instead?
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|
