mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-07-23 03:06:01 +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:
|
clone-database:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
env:
|
env:
|
||||||
CF_USERNAME: ${{ secrets[env.CF_USERNAME] }}
|
CF_USERNAME: $CF_MS_USERNAME
|
||||||
CF_PASSWORD: ${{ secrets[env.CF_PASSWORD] }}
|
CF_PASSWORD: $CF_MS_PASSWORD
|
||||||
steps:
|
steps:
|
||||||
- name: Clone Database
|
- name: Clone Database
|
||||||
run: |
|
run: |
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue