Skip to content

Commit

Permalink
Rename the token-dashboard repository
Browse files Browse the repository at this point in the history
We're renaming the `threshold-network/token-dashboard` GitHub repository to
`threshold-network/dapp`. We need to update the CI flow config files
accordingly.
  • Loading branch information
michalinacienciala committed Jun 27, 2023
1 parent 0b1b487 commit f23ed9c
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions actions/notify-workflow-completed/dist/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,15 +36,15 @@
"github.com/keep-network/tbtc-v2/typescript": {
"workflow": "typescript.yml",
"downstream": [
"github.com/threshold-network/token-dashboard",
"github.com/threshold-network/dapp",
"github.com/keep-network/optimistic-minting"
]
},
"github.com/keep-network/keep-core/client": {
"workflow": "client.yml",
"downstream": []
},
"github.com/threshold-network/token-dashboard": {
"github.com/threshold-network/dapp": {
"workflow": "dashboard-ci.yml",
"downstream": []
},
Expand Down
4 changes: 2 additions & 2 deletions actions/run-workflow/dist/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,15 +36,15 @@
"github.com/keep-network/tbtc-v2/typescript": {
"workflow": "typescript.yml",
"downstream": [
"github.com/threshold-network/token-dashboard",
"github.com/threshold-network/dapp",
"github.com/keep-network/optimistic-minting"
]
},
"github.com/keep-network/keep-core/client": {
"workflow": "client.yml",
"downstream": []
},
"github.com/threshold-network/token-dashboard": {
"github.com/threshold-network/dapp": {
"workflow": "dashboard-ci.yml",
"downstream": []
},
Expand Down
4 changes: 2 additions & 2 deletions actions/upstream-builds-query/dist/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,15 +36,15 @@
"github.com/keep-network/tbtc-v2/typescript": {
"workflow": "typescript.yml",
"downstream": [
"github.com/threshold-network/token-dashboard",
"github.com/threshold-network/dapp",
"github.com/keep-network/optimistic-minting"
]
},
"github.com/keep-network/keep-core/client": {
"workflow": "client.yml",
"downstream": []
},
"github.com/threshold-network/token-dashboard": {
"github.com/threshold-network/dapp": {
"workflow": "dashboard-ci.yml",
"downstream": []
},
Expand Down
4 changes: 2 additions & 2 deletions config/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,15 +36,15 @@
"github.com/keep-network/tbtc-v2/typescript": {
"workflow": "typescript.yml",
"downstream": [
"github.com/threshold-network/token-dashboard",
"github.com/threshold-network/dapp",
"github.com/keep-network/optimistic-minting"
]
},
"github.com/keep-network/keep-core/client": {
"workflow": "client.yml",
"downstream": []
},
"github.com/threshold-network/token-dashboard": {
"github.com/threshold-network/dapp": {
"workflow": "dashboard-ci.yml",
"downstream": []
},
Expand Down

0 comments on commit f23ed9c

Please sign in to comment.