mirror of
https://github.com/gcatanese/adyen-openapi.git
synced 2026-03-10 08:01:24 +00:00
17 lines
344 B
YAML
17 lines
344 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:
|
|
- uses: actions/checkout@v3
|
|
- name: Node.js
|
|
run: gh workflow run models.yml -R Adyen/adyen-node-api-library
|