GH_TOKEN repo secret is for having access to the repo to create and edit issues after the rocks scans, this is necessary to be able to run the scan workflow.
Currently, this secret is stored in the team's vault, we'd rather have it synced in an automated way, similar to sync charmstore credentials workflow.
What needs to get done
Create a workflow to sync GH_TOKEN secret to all rock repos
Definition of Done
GH_TOKEN secret can be synced to all rock repos with a workflow dispatch
Context
GH_TOKEN
repo secret is for having access to the repo to create and edit issues after the rocks scans, this is necessary to be able to run the scan workflow. Currently, this secret is stored in the team's vault, we'd rather have it synced in an automated way, similar to sync charmstore credentials workflow.What needs to get done
Create a workflow to sync
GH_TOKEN
secret to all rock reposDefinition of Done
GH_TOKEN
secret can be synced to all rock repos with a workflow dispatch