mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-07-23 11:16:07 +02:00
Print all secrets
This commit is contained in:
parent
840cd4748a
commit
18a10978e1
1 changed files with 4 additions and 2 deletions
4
.github/workflows/daily-csv-upload.yaml
vendored
4
.github/workflows/daily-csv-upload.yaml
vendored
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue