Skip to content

Commit

Permalink
Update and rename clone-staging.yaml to clone-db.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
Matt-Spence authored Nov 8, 2024
1 parent af23b7d commit 321052d
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Clone Staging Database
name: Clone Stable Database

on:
schedule:
Expand All @@ -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: |
Expand Down

0 comments on commit 321052d

Please sign in to comment.