Print all secrets

This commit is contained in:
zandercymatics 2023-12-01 09:33:56 -07:00
parent 840cd4748a
commit 18a10978e1
No known key found for this signature in database
GPG key ID: FF4636ABEC9682B7

View file

@ -59,11 +59,13 @@ jobs:
upload-reports:
runs-on: ubuntu-latest
needs: [variables]
needs: [variables, wait-for-deploy]
env:
CF_USERNAME: CF_{{ needs.variables.outputs.environment }}_USERNAME
CF_PASSWORD: CF_{{ needs.variables.outputs.environment }}_PASSWORD
steps:
- name: Print names of all secrets
run: echo ${{ toJson(secrets) }}
- name: Generate current-federal.csv
uses: cloud-gov/cg-cli-tools@main
with: