Skip to content

Commit

Permalink
hardcode env vars
Browse files Browse the repository at this point in the history
  • Loading branch information
Matt-Spence committed Oct 29, 2024
1 parent 027870e commit 18ca5f7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/clone-staging.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 18ca5f7

Please sign in to comment.