Merge pull request #62 from szepeviktor/patch-1

Simplify remote workflow calling
This commit is contained in:
Beppe Catanese
2025-05-13 18:22:38 +02:00
committed by GitHub

View File

@@ -12,6 +12,6 @@ jobs:
GITHUB_TOKEN: ${{ secrets.ADYEN_AUTOMATION_BOT_ACCESS_TOKEN }} GITHUB_TOKEN: ${{ secrets.ADYEN_AUTOMATION_BOT_ACCESS_TOKEN }}
steps: steps:
- name: SDK Automation - name: SDK Automation
run: gh workflow run gradle.yml -R Adyen/adyen-sdk-automation uses: Adyen/adyen-sdk-automation/.github/workflows/gradle.yml@main
- name: Postman - name: Postman
run: gh workflow run trigger-postman.yml -R Adyen/adyen-postman uses: Adyen/adyen-postman/.github/workflows/trigger-postman.yml@main