mirror of
https://github.com/sdras/awesome-actions.git
synced 2026-07-18 12:39:54 -05:00
[PR #315] [MERGED] Add secret-spreader
#341
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/sdras/awesome-actions/pull/315
Author: @mpdude
Created: 1/31/2020
Status: ✅ Merged
Merged: 1/31/2020
Merged by: @gep13
Base:
master← Head:patch-1📝 Commits (4)
6d4537eSuggest adding thesecret-spreaderce3a654Revert accidental change481e78eFix punctuation442fc4eMerge branch 'master' into patch-1📊 Changes
1 file changed (+1 additions, -0 deletions)
View changed files
📝
README.md(+1 -0)📄 Description
Secret Spreader is not an Action per se, but a tool that can be used to maintain all your secrets in a central repository.
Based on a config file (which is also kept under version control in that repo) the secret values will be distributed to various GH repos and set up as Actions secrets.
That way, you have a central list (think infrastructure-as-code) of who is using which secret. Also, it is much easier to rotate secrets if you need to use them in more than one place, as might be the case with deployment keys.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.