Skip to content

Commit

Permalink
Merge pull request #2979 from cisagov/ms/2901-clone-staging-workflow
Browse files Browse the repository at this point in the history
Fix small error in clone workflow
  • Loading branch information
Matt-Spence authored Oct 24, 2024
2 parents 5e57c1e + 3cb7f7f commit b512731
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/clone-staging.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,6 @@ jobs:
env:
CF_USERNAME: CF_${{ env.DESTINATION_ENVIRONMENT }}_USERNAME
CF_PASSWORD: CF_${{ env.DESTINATION_ENVIRONMENT }}_PASSWORD
with:
cf_username: ${{ secrets[env.CF_USERNAME] }}
cf_password: ${{ secrets[env.CF_PASSWORD] }}
run: |
# login to cf cli
cf login -a api.fr.cloud.gov -u $CF_USERNAME -p $CF_PASSWORD -o cisa-dotgov -s ${{ env.DESTINATION_ENVIRONMENT }}
Expand Down

0 comments on commit b512731

Please sign in to comment.