f4pga / actions

GitHub Actions to be reused in CI workflows
Apache License 2.0
1 stars 6 forks source link

Need a GitHub App which rotates Google Cloud Platform Service Keys #32

Open mithro opened 3 years ago

mithro commented 3 years ago

GCP Service Account keys are stored in the GitHub Action Secrets to allow GitHub Actions to do various operations on GCP.

These service key credentials expire and thus need to be regularly rotated.

We should have a GitHub App which does this work for us.

mithro commented 3 years ago

FYI - @QuantamHD