Merge pull request #65 from Adyen/notify-workflow-fix

Fix workflow error "jobs.*.uses' key, not within steps"
This commit is contained in:
Beppe Catanese
2025-05-13 18:26:32 +02:00
committed by GitHub

View File

@@ -6,12 +6,13 @@ on:
workflow_dispatch:
jobs:
notify:
runs-on: ubuntu-latest
env:
sdk-automation:
uses: Adyen/adyen-sdk-automation/.github/workflows/gradle.yml@main
secrets:
GITHUB_TOKEN: ${{ secrets.ADYEN_AUTOMATION_BOT_ACCESS_TOKEN }}
steps:
- name: SDK Automation
uses: Adyen/adyen-sdk-automation/.github/workflows/gradle.yml@main
- name: Postman
uses: Adyen/adyen-postman/.github/workflows/trigger-postman.yml@main
postman:
uses: Adyen/adyen-postman/.github/workflows/trigger-postman.yml@main
secrets:
GITHUB_TOKEN: ${{ secrets.ADYEN_AUTOMATION_BOT_ACCESS_TOKEN }}