siemens / cmp-ra-component

A CMP Registration Authority (RA)
Apache License 2.0
2 stars 5 forks source link

Show the person who triggered the job in SignGui #96

Closed ralienpp closed 3 months ago

ralienpp commented 4 months ago

The Powershell script responsible for the signing UI should also display the name of the Github user who triggered the job. This is to empower the person who signs to check whether they're signing data from a job triggered by them, rather than someone else.

Check https://docs.github.com/en/actions/learn-github-actions/variables#default-environment-variables, consider displaying the value of GITHUB_TRIGGERING_ACTOR.

ralienpp commented 3 months ago

Not relevant anymore, since we'll initiate this action locally, ourselves, from now on.