Files
adyen-openapi/.github/workflows/notify.yml
Wouter Boereboom 9207efecb5 Remove Java-specific automation (#57)
Remove Java-specific automation. Central automation will be used going forward
2024-01-26 14:12:49 +01:00

30 lines
946 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: Node.js
run: |
gh workflow run models.yml -R Adyen/adyen-node-api-library
gh workflow run services.yml -R Adyen/adyen-node-api-library
- name: .NET
run: |
gh workflow run models.yml -R Adyen/adyen-dotnet-api-library
gh workflow run services.yml -R Adyen/adyen-dotnet-api-library
- name: Go
run: gh workflow run models.yml -R Adyen/adyen-go-api-library
- name: Ruby
run: gh workflow run services.yml -R Adyen/adyen-ruby-api-library
- 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