mirror of
https://github.com/gcatanese/adyen-openapi.git
synced 2026-03-09 23:51:20 +00:00
21 lines
443 B
YAML
21 lines
443 B
YAML
name: Notify libraries
|
|
|
|
on:
|
|
push:
|
|
branches: [ "main" ]
|
|
workflow_dispatch:
|
|
|
|
permissions:
|
|
actions: read
|
|
|
|
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
|