kneemaa / github-action-rotate-aws-secrets

Github Action to rotate AWS Access Keys stored in a repositories secrets
MIT License
37 stars 19 forks source link

Multi repos support #3

Closed taizo closed 4 years ago

taizo commented 4 years ago

Hello.

Some might want to update GitHub Secrets in multiple repositories by specifying two or more repos in OWNER_REPOSITORY. eg. OWNER_REPOSITORY: ${{ github.repository }},ScatteredTuna/supreme-tuna.

@kneemaa Could you take a look at the PR if you have time?

Thanks.

kneemaa commented 4 years ago

@taizo i just approved https://github.com/kneemaa/github-action-rotate-aws-secrets/pull/2 - do you mind resolving the conflicts and testing before I review?

taizo commented 4 years ago

@kneemaa Thank you for the reply. Resolved the conflicts and confirmed that's working correctly. Could you please review the PR? 🙇‍♂️

kneemaa commented 4 years ago

To ensure I'm on the same page. The idea is that a single action could update the IAM keys of multiple repositories if the Github Dev Token has permissions?

taizo commented 4 years ago

update the example on line 59 of README.md

Thank you for your suggestion. I've updated the param usage part to add an example of multiple repos support instead of updating the example of line 59 because a user mostly want to update secret in single repository. The example of line 59 should be more general.