Update loaddata.yaml

Fix wrong username/password
This commit is contained in:
Seamus Johnston 2022-12-20 14:16:22 -06:00 committed by GitHub
parent ba7c0b9e8d
commit c7af254acb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -24,8 +24,8 @@ jobs:
- name: Delete existing data for staging - name: Delete existing data for staging
uses: 18f/cg-deploy-action@main uses: 18f/cg-deploy-action@main
with: with:
cf_username: ${{ secrets.CF_USERNAME }} cf_username: ${{ secrets.CF_STAGING_USERNAME }}
cf_password: ${{ secrets.CF_PASSWORD }} cf_password: ${{ secrets.CF_STAGING_USERNAME }}
cf_org: cisa-getgov-prototyping cf_org: cisa-getgov-prototyping
cf_space: staging cf_space: staging
full_command: "cf run-task getgov-staging --wait --command 'python manage.py flush' --name flush" full_command: "cf run-task getgov-staging --wait --command 'python manage.py flush' --name flush"