Skip to content

Commit 921a8a1

Browse files
authored
CI: Trigger update in auth service
1 parent faf5cd0 commit 921a8a1

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

.github/workflows/api.yml

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,4 +167,15 @@ jobs:
167167
with:
168168
token: ${{ secrets.REPO_DISPATCH_TOKEN }}
169169
repository: OpenParkProject/OPP-backend
170-
event-type: OPP-common-updated
170+
event-type: OPP-common-updated
171+
172+
trigger-auth:
173+
runs-on: ubuntu-latest
174+
needs: generate
175+
steps:
176+
- name: Trigger repository_dispatch in OPP-auth
177+
uses: peter-evans/repository-dispatch@v3
178+
with:
179+
token: ${{ secrets.REPO_DISPATCH_TOKEN }}
180+
repository: OpenParkProject/OPP-auth
181+
event-type: OPP-common-updated

0 commit comments

Comments
 (0)