Skip to content

Commit e669953

Browse files
committed
Trigger registry build from update-versions.yml workflow
1 parent 719ec79 commit e669953

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/update-versions.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ on:
2020
permissions:
2121
contents: write
2222
issues: write
23+
actions: write
2324

2425
jobs:
2526
check-versions:
@@ -189,6 +190,11 @@ jobs:
189190
)"
190191
git push origin main
191192
193+
- name: Trigger registry build
194+
env:
195+
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
196+
run: gh workflow run build-registry.yml
197+
192198
notify-apply-failure:
193199
needs: [check-versions, apply-updates]
194200
if: always() && needs.apply-updates.result == 'failure'

0 commit comments

Comments
 (0)