Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -448,11 +448,11 @@ jobs:
- name: Refresh Staging DB
uses: the-actions-org/workflow-dispatch@v4
with:
workflow: update-staging-db.yml
workflow: deploy-db.yml
repo: ietf-tools/infra-k8s
ref: main
token: ${{ secrets.GH_INFRA_K8S_TOKEN }}
inputs: '{ "sourceDb":"datatracker" }'
inputs: '{ "environment":"${{ secrets.GHA_K8S_CLUSTER }}", "app":"datatracker", "manifest":"postgres", "forceRecreate":true, "waitClusterReady":true }'
wait-for-completion: true
wait-for-completion-timeout: 10m
wait-for-completion-interval: 20s
Expand Down
Loading