Skip to content

Commit

Permalink
build: sync secrets for js/nodejs (#14)
Browse files Browse the repository at this point in the history
  • Loading branch information
jpoehnelt authored Mar 26, 2020
1 parent 2e43ce0 commit bdbd67b
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/sync.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,16 @@ jobs:
env:
SYNCED_RUN_ID: ${{github.run_id}}
SYNCED_GITHUB_TOKEN_REPO: ${{secrets.GITHUB_TOKEN_REPO}}
- uses: google/secrets-sync-action@v1.1.2
name: Sync JavaScript Secrets
with:
SECRETS: |
^SYNCED_NPM_TOKEN$
REPOSITORIES: |
^googlemaps/.*-js$
^googlemaps/js-.*$
^googlemaps/nodejs-.*$
^googlemaps/v3-utility-library$
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN_REPO }}
env:
SYNCED_NPM_TOKEN: ${{secrets.NPM_TOKEN}}

0 comments on commit bdbd67b

Please sign in to comment.