Add repository dispatch event to run integration tests (#98)

This commit is contained in:
Anupam
2023-03-14 21:54:19 +05:30
committed by GitHub
parent 0d39a63126
commit 9970186500

16
.github/workflows/integration-tests.yml vendored Normal file
View File

@@ -0,0 +1,16 @@
name: Repository dispatch event for Integration Tests
on:
push:
branches: [ "main" ]
jobs:
repository_dispatch_event:
runs-on: ubuntu-latest
steps:
- name: Repository Dispatch Event
uses: peter-evans/repository-dispatch@26b39ed245ab8f31526069329e112ab2fb224588
with:
token: ${{ secrets.ITS_PAT }}
repository: ${{ secrets.ITS_REPO }}
event-type: delete-package-versions-its