Skip to content

Commit

Permalink
docs(README): update sample code and token description (#87)
Browse files Browse the repository at this point in the history
  • Loading branch information
jpoehnelt authored Dec 2, 2022
1 parent c20d0ab commit b529c0f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,15 +53,15 @@ If this value is set to the name of a valid environment in the target repositori
## Usage

```yaml
uses: google/secrets-sync-action
uses: google/secrets-sync-action@[insert version or commit]
with:
SECRETS: |
^FOO$
^GITHUB_.*
REPOSITORIES: |
${{github.repository}}
DRY_RUN: true
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN_SECRETS }}
GITHUB_TOKEN: ${{ secrets.PERSONAL_GITHUB_TOKEN }}
GITHUB_API_URL: ${{ secrets.CUSTOM_GITHUB_API_URL }}
CONCURRENCY: 10
env:
Expand Down

0 comments on commit b529c0f

Please sign in to comment.