fix reset-db workflow and merge error

This commit is contained in:
Neil Martinsen-Burrell 2023-05-31 12:50:33 -05:00
parent 4549017153
commit 320c2b5e18
No known key found for this signature in database
GPG key ID: 6A3C818CC10D0184
2 changed files with 2 additions and 4 deletions

View file

@ -34,8 +34,8 @@ jobs:
- name: Delete existing data for ${{ github.event.inputs.environment }}
uses: 18f/cg-deploy-action@main
with:
cf_username: ${{ secrets[CF_USERNAME] }}
cf_password: ${{ secrets[CF_PASSWORD] }}
cf_username: ${{ secrets[env.CF_USERNAME] }}
cf_password: ${{ secrets[env.CF_PASSWORD] }}
cf_org: cisa-getgov-prototyping
cf_space: ${{ github.event.inputs.environment }}
full_command: "cf run-task getgov-${{ github.event.inputs.environment }} --command 'python manage.py flush --no-input' --name flush"

View file

@ -47,7 +47,6 @@
{{ value }}
</p>
{% endif %}
</div>
{% if edit_link %}
<a
@ -57,5 +56,4 @@
</a>
{% endif %}
</div>
</section>