Skip to content

Commit

Permalink
Merge pull request #3029 from cisagov/ms/2901-fix-cloning-workflow
Browse files Browse the repository at this point in the history
Update clone-staging.yaml
  • Loading branch information
Matt-Spence authored Nov 5, 2024
2 parents b5afd42 + 975d839 commit fdcb013
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: $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: |
Expand Down

0 comments on commit fdcb013

Please sign in to comment.