prime-reportstream icon indicating copy to clipboard operation
prime-reportstream copied to clipboard

Research the update deployment_rollback ALLOWED_USERS list to group

Open emvaldes opened this issue 1 year ago • 0 comments

The GitHub Workflow "deployment_rollback" is still hardcoded in the ALLOWED_USERS variable to: ./.github/workflows/deployment_rollback.yml:18: ALLOWED_USERS: "lucasdze,jeremy-page,JosiahSiegel,snesm,supriyaaddagada"

Note: We should/must change this approach and base it on GitHub Groups. Unless, this is not possible so that next time we do not need to create a change. Are these hardcoded because of the way this workflow requires these to be setup?

I am recommending to change it to something like: ${{ env.ALLOWED_USERS }}

emvaldes avatar Oct 08 '24 17:10 emvaldes