Skip to content

Commit

Permalink
docs: update repository
Browse files Browse the repository at this point in the history
  • Loading branch information
jpoehnelt committed Jul 11, 2023
1 parent e2c12ff commit 3ca3159
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# Secrets Sync Action

![Build](https://github.com/google/secrets-sync-action/workflows/Build/badge.svg)
![Release](https://github.com/google/secrets-sync-action/workflows/Release/badge.svg)
[![codecov](https://codecov.io/gh/google/secrets-sync-action/branch/master/graph/badge.svg)](https://codecov.io/gh/google/secrets-sync-action)
![GitHub contributors](https://img.shields.io/github/contributors/google/secrets-sync-action?color=green)
![Build](https://github.com/jpoehnelt/secrets-sync-action/workflows/Build/badge.svg)
![Release](https://github.com/jpoehnelt/secrets-sync-action/workflows/Release/badge.svg)
[![codecov](https://codecov.io/gh/jpoehnelt/secrets-sync-action/branch/master/graph/badge.svg)](https://codecov.io/gh/jpoehnelt/secrets-sync-action)
![GitHub contributors](https://img.shields.io/github/contributors/jpoehnelt/secrets-sync-action?color=green)
[![semantic-release](https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg)](https://github.com/semantic-release/semantic-release)

A Github Action that can sync secrets from one repository to many others. This action allows a maintainer to define and rotate secrets in a single repository and have them synced to all other repositories in the Github organization or beyond. Secrets do not need to be sensitive and could also be specific build settings that would apply to all repositories and become available to all actions. Regex is used to select the secrets and the repositories. Exclude is currently not supported and it is recommended to use a bot user if possible.
Expand Down Expand Up @@ -53,7 +53,7 @@ If this value is set to the name of a valid environment in the target repositori
## Usage

```yaml
uses: google/secrets-sync-action@[insert version or commit]
uses: jpoehnelt/secrets-sync-action@[insert version or commit]
with:
SECRETS: |
^FOO$
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
],
"repository": {
"type": "git",
"url": "git+https://github.com/google/secrets-sync-action.git"
"url": "git+https://github.com/jpoehnelt/secrets-sync-action.git"
},
"license": "Apache 2.0",
"author": "Justin Poehnelt",
Expand Down

0 comments on commit 3ca3159

Please sign in to comment.