mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-07-22 10:46:06 +02:00
update clone-staging.yaml
This commit is contained in:
parent
0b332fc795
commit
e511df87c5
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: ${{ 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: |
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue