[PR #315] [MERGED] Add secret-spreader #341

Closed
opened 2025-11-06 17:19:45 -06:00 by GiteaMirror · 0 comments
Owner

📋 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: masterHead: patch-1


📝 Commits (4)

  • 6d4537e Suggest adding the secret-spreader
  • ce3a654 Revert accidental change
  • 481e78e Fix punctuation
  • 442fc4e Merge 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.

## 📋 Pull Request Information **Original PR:** https://github.com/sdras/awesome-actions/pull/315 **Author:** [@mpdude](https://github.com/mpdude) **Created:** 1/31/2020 **Status:** ✅ Merged **Merged:** 1/31/2020 **Merged by:** [@gep13](https://github.com/gep13) **Base:** `master` ← **Head:** `patch-1` --- ### 📝 Commits (4) - [`6d4537e`](https://github.com/sdras/awesome-actions/commit/6d4537e1d5abf96eb9ae572ffb52418dc5f35aec) Suggest adding the `secret-spreader` - [`ce3a654`](https://github.com/sdras/awesome-actions/commit/ce3a654bf60fafe548ca157279be02cf792f5cc2) Revert accidental change - [`481e78e`](https://github.com/sdras/awesome-actions/commit/481e78eebb26c1f3ed7fea451cfbe7a2e9687ad6) Fix punctuation - [`442fc4e`](https://github.com/sdras/awesome-actions/commit/442fc4eecc7c92b535740af788df4914bc23622d) Merge branch 'master' into patch-1 ### 📊 Changes **1 file changed** (+1 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `README.md` (+1 -0) </details> ### 📄 Description [Secret Spreader](https://github.com/webfactory/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. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2025-11-06 17:19:45 -06:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/awesome-actions#341