Skip to content

Commit

Permalink
Merge pull request #3022 from Matt-Spence/main
Browse files Browse the repository at this point in the history
update clone-staging.yaml
  • Loading branch information
Matt-Spence authored Nov 4, 2024
2 parents 0b332fc + e511df8 commit 3d597ca
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/clone-staging.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ jobs:
clone-database:
runs-on: ubuntu-latest
env:
CF_USERNAME: ${{ secrets[env.CF_USERNAME] }}
CF_PASSWORD: ${{ secrets[env.CF_PASSWORD] }}
CF_USERNAME: $CF_MS_USERNAME
CF_PASSWORD: $CF_MS_PASSWORD
steps:
- name: Clone Database
run: |
Expand Down

0 comments on commit 3d597ca

Please sign in to comment.