Files
adyen-openapi/.github/workflows/notify.yml
Wouter Boereboom 46400315eb Remove Node-specific automation (#53)
Remove Node-specific automation. Central automation will be used going forward

Co-authored-by: jillingk <93914435+jillingk@users.noreply.github.com>
2024-01-26 14:17:02 +01:00

18 lines
409 B
YAML

name: Notify libraries
on:
push:
branches: [ "main" ]
workflow_dispatch:
jobs:
notify:
runs-on: ubuntu-latest
env:
GITHUB_TOKEN: ${{ secrets.ADYEN_AUTOMATION_BOT_ACCESS_TOKEN }}
steps:
- name: SDK Automation
run: gh workflow run gradle.yml -R Adyen/adyen-sdk-automation
- name: Postman
run: gh workflow run trigger-postman.yml -R Adyen/adyen-postman