mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-08-04 17:01:56 +02:00
Update clone-staging.yaml
This commit is contained in:
parent
b5afd4243d
commit
975d839948
1 changed files with 2 additions and 2 deletions
4
.github/workflows/clone-staging.yaml
vendored
4
.github/workflows/clone-staging.yaml
vendored
|
@ -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: |
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue