mirror of
https://github.com/gcatanese/adyen-openapi.git
synced 2026-03-10 08:01:24 +00:00
19 lines
436 B
YAML
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 }}
|
|
|