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
6
.github/workflows/daily-csv-upload.yaml
vendored
6
.github/workflows/daily-csv-upload.yaml
vendored
|
@ -56,14 +56,16 @@ jobs:
|
|||
timeoutSeconds: 600
|
||||
# the time to wait between checks, in seconds
|
||||
intervalSeconds: 10
|
||||
|
||||
|
||||
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