mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-07-24 03:30:50 +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:
|
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:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue