We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent faf5cd0 commit 921a8a1Copy full SHA for 921a8a1
.github/workflows/api.yml
@@ -167,4 +167,15 @@ jobs:
167
with:
168
token: ${{ secrets.REPO_DISPATCH_TOKEN }}
169
repository: OpenParkProject/OPP-backend
170
- event-type: OPP-common-updated
+ 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
0 commit comments