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

@ -56,14 +56,16 @@ jobs:
timeoutSeconds: 600 timeoutSeconds: 600
# the time to wait between checks, in seconds # the time to wait between checks, in seconds
intervalSeconds: 10 intervalSeconds: 10
upload-reports: upload-reports:
runs-on: ubuntu-latest runs-on: ubuntu-latest
needs: [variables] needs: [variables, wait-for-deploy]
env: env:
CF_USERNAME: CF_{{ needs.variables.outputs.environment }}_USERNAME CF_USERNAME: CF_{{ needs.variables.outputs.environment }}_USERNAME
CF_PASSWORD: CF_{{ needs.variables.outputs.environment }}_PASSWORD CF_PASSWORD: CF_{{ needs.variables.outputs.environment }}_PASSWORD
steps: steps:
- name: Print names of all secrets
run: echo ${{ toJson(secrets) }}
- name: Generate current-federal.csv - name: Generate current-federal.csv
uses: cloud-gov/cg-cli-tools@main uses: cloud-gov/cg-cli-tools@main
with: with: