Files
adyen-openapi/.github/workflows/notify.yml
Beppe Catanese 59a333d053 Update notify.yml
2025-05-13 18:25:29 +02:00

19 lines
436 B
YAML

name: Notify libraries
on:
push:
branches: [ "main" ]
workflow_dispatch:
jobs:
sdk-automation:
uses: Adyen/adyen-sdk-automation/.github/workflows/gradle.yml@main
secrets:
GITHUB_TOKEN: ${{ secrets.ADYEN_AUTOMATION_BOT_ACCESS_TOKEN }}
postman:
uses: Adyen/adyen-postman/.github/workflows/trigger-postman.yml@main
secrets:
GITHUB_TOKEN: ${{ secrets.ADYEN_AUTOMATION_BOT_ACCESS_TOKEN }}