diff --git a/.github/workflows/import-secrets.yml b/.github/workflows/import-secrets.yml index 041d31f..dd17cb6 100644 --- a/.github/workflows/import-secrets.yml +++ b/.github/workflows/import-secrets.yml @@ -33,7 +33,7 @@ jobs: ${{ inputs.secrets }} - name: Write to Github - uses: google/secrets-sync-action@v1.7.0 + uses: jpoehnelt/secrets-sync-action@v1.7.0 with: secrets: | ^AWS_.* diff --git a/.github/workflows/sync.yml b/.github/workflows/sync.yml index 5966a95..be3ae13 100644 --- a/.github/workflows/sync.yml +++ b/.github/workflows/sync.yml @@ -12,7 +12,7 @@ jobs: BN_GITHUB_TOKEN: ${{ secrets.BN_GITHUB_TOKEN }} steps: - name: Set secrets from this repo and organization - uses: google/secrets-sync-action@v1.7.1 + uses: jpoehnelt/secrets-sync-action@v1.7.1 with: secrets: | ^VAULT_.*