From 3354d3e4b1449fa1b0123a17a27d96c40dae5aa4 Mon Sep 17 00:00:00 2001 From: Justin Poehnelt Date: Wed, 12 Jul 2023 21:49:43 +0000 Subject: [PATCH] chore: update action to new repository location --- .github/workflows/import-secrets.yml | 2 +- .github/workflows/sync.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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_.*