From 975d8399485a66b6dc858c66d0eefadffee994ad Mon Sep 17 00:00:00 2001 From: Matt-Spence Date: Tue, 5 Nov 2024 10:35:46 -0600 Subject: [PATCH] Update clone-staging.yaml --- .github/workflows/clone-staging.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/clone-staging.yaml b/.github/workflows/clone-staging.yaml index 56a60bf49..eceed3604 100644 --- a/.github/workflows/clone-staging.yaml +++ b/.github/workflows/clone-staging.yaml @@ -18,8 +18,8 @@ jobs: clone-database: runs-on: ubuntu-latest env: - CF_USERNAME: $CF_MS_USERNAME - CF_PASSWORD: $CF_MS_PASSWORD + CF_USERNAME: ${{ secrets.CF_MS_USERNAME }} + CF_PASSWORD: ${{ secrets.CF_MS_PASSWORD }} steps: - name: Clone Database run: |