From 321052d2d21702cae4f61b12dc4fb552c9688ce3 Mon Sep 17 00:00:00 2001 From: Matt-Spence Date: Fri, 8 Nov 2024 14:20:29 -0600 Subject: [PATCH] Update and rename clone-staging.yaml to clone-db.yaml --- .github/workflows/{clone-staging.yaml => clone-db.yaml} | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) rename .github/workflows/{clone-staging.yaml => clone-db.yaml} (92%) diff --git a/.github/workflows/clone-staging.yaml b/.github/workflows/clone-db.yaml similarity index 92% rename from .github/workflows/clone-staging.yaml rename to .github/workflows/clone-db.yaml index 227fadc9e..0e00cdee1 100644 --- a/.github/workflows/clone-staging.yaml +++ b/.github/workflows/clone-db.yaml @@ -1,4 +1,4 @@ -name: Clone Staging Database +name: Clone Stable Database on: schedule: @@ -16,8 +16,8 @@ jobs: clone-database: runs-on: ubuntu-24.04 env: - CF_USERNAME: ${{ secrets.CF_MS_USERNAME }} - CF_PASSWORD: ${{ secrets.CF_MS_PASSWORD }} + CF_USERNAME: ${{ secrets.CF_STAGING_USERNAME }} + CF_PASSWORD: ${{ secrets.CF_STAGING_PASSWORD }} steps: - name: Clone Database run: |