Skip to content

Commit c46e0f0

Browse files
authored
Update hub internal report repo name (#971)
1 parent 57bc683 commit c46e0f0

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/dispatch-covidhub-internal-reports.yaml renamed to .github/workflows/dispatch-internal-reports.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: "Send a dispatch to internal covidhub-reports"
1+
name: "Send a dispatch to CFA Forecast Hub Internal Reports repo"
22

33
on:
44
workflow_dispatch:
@@ -21,11 +21,11 @@ jobs:
2121
app-id: ${{ vars.ENT_GH_APP_ID }}
2222
private-key: ${{ secrets.ENT_GH_APP_KEY }}
2323
owner: cdcent
24-
repositories: covidhub-internal-reports
24+
repositories: cfa-forecast-hub-internal-reports
2525

2626
- name: Repository Dispatch
2727
uses: peter-evans/repository-dispatch@v3
2828
with:
2929
token: ${{ steps.generate_token.outputs.token }}
30-
repository: cdcent/covidhub-internal-reports
31-
event-type: data-update
30+
repository: cdcent/cfa-forecast-hub-internal-reports
31+
event-type: data-update

0 commit comments

Comments
 (0)