Skip to content

Commit

Permalink
chore(secrets): adding GHA to sync NPM_AUTH_TOKEN to spinnaker/spinna…
Browse files Browse the repository at this point in the history
…ker repo
  • Loading branch information
link108 committed Jul 9, 2024
1 parent 8a557d6 commit e08b4b6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/sync-secrets.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,11 @@ jobs:
uses: jpoehnelt/secrets-sync-action@v1.9.0
with:
SECRETS: |
^SECRET_TO_SYNC$
^NPM_AUTH_TOKEN$
REPOSITORIES: |
^link108/sync-secrets-to$
^spinnaker/spinnaker$
DRY_RUN: ${{ github.event.inputs.dry_run }}
GITHUB_TOKEN: ${{ secrets.SYNC_TOKEN }}
env:
SECRET_TO_SYNC: ${{ secrets.NPM_AUTH_TOKEN }}
NPM_AUTH_TOKEN: ${{ secrets.NPM_AUTH_TOKEN }}

0 comments on commit e08b4b6

Please sign in to comment.