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