Skip to content

Commit 6fd4d80

Browse files
authored
Call webindex update after redirector is updated
1 parent e35d674 commit 6fd4d80

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.github/workflows/generate-redirector-config.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
ORG_MEMBERS: ${{ secrets.ORG_MEMBERS }}
3232
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3333
TEAM: "Release manager"
34-
34+
GITHUB_TOKEN
3535
build:
3636
name: "Get source of truth"
3737
runs-on: ubuntu-24.04
@@ -578,3 +578,9 @@ jobs:
578578
beta
579579
dl
580580
archive
581+
582+
- name: "Run webindex update action"
583+
uses: peter-evans/repository-dispatch@v3
584+
with:
585+
token: ${{ secrets.GITHUB_TOKEN }}
586+
event-type: "Webindex update"

0 commit comments

Comments
 (0)