mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-07-26 04:28:39 +02:00
Merge pull request #3006 from cisagov/ms/2901-clone-staging-workflow
2901: fix env vars
This commit is contained in:
commit
b17e526e30
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_${{ env.SOURCE_ENVIRONMENT }}_USERNAME
|
CF_USERNAME: CF_MS_USERNAME
|
||||||
CF_PASSWORD: CF_${{ env.SOURCE_ENVIRONMENT }}_PASSWORD
|
CF_PASSWORD: CF_STAGING_PASSWORD
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout repository
|
- name: Checkout repository
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue