jpoehnelt/secrets-sync-action

Google

nurohim93 opened this issue · 1 comments

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

What is the issue?