diff --git a/.github/workflows/integration-tests.yml b/.github/workflows/integration-tests.yml new file mode 100644 index 00000000..ad3356fc --- /dev/null +++ b/.github/workflows/integration-tests.yml @@ -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