jpoehnelt / secrets-sync-action

A Github Action that can sync secrets from one repository to many others.
https://github.com/marketplace/actions/secrets-sync-action
Apache License 2.0
314 stars 92 forks source link

Google #20

Closed nurohim93 closed 4 years ago

nurohim93 commented 4 years ago

uses: google/secrets-sync-action with: SECRETS: | ^FOO$ ^GITHUB_.* REPOSITORIES: | ${{github.repository}} DRY_RUN: true GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN_SECRETS }} CONCURRENCY: 10 env: FOO: ${{github.run_id}} FOOBAR: BAZ

jpoehnelt commented 4 years ago

What is the issue?