mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-07-21 18:25:58 +02:00
hardcode env vars
This commit is contained in:
parent
027870e60a
commit
18ca5f70ae
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_${{ env.SOURCE_ENVIRONMENT }}_USERNAME
|
||||
CF_PASSWORD: CF_${{ env.SOURCE_ENVIRONMENT }}_PASSWORD
|
||||
CF_USERNAME: CF_MS_USERNAME
|
||||
CF_PASSWORD: CF_STAGING_PASSWORD
|
||||
steps:
|
||||
- name: Checkout repository
|
||||
uses: actions/checkout@v3
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue