From 59a333d053d0a1d499103638d68a9104b87fc2c4 Mon Sep 17 00:00:00 2001 From: Beppe Catanese <1771700+gcatanese@users.noreply.github.com> Date: Tue, 13 May 2025 18:25:29 +0200 Subject: [PATCH] Update notify.yml --- .github/workflows/notify.yml | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/.github/workflows/notify.yml b/.github/workflows/notify.yml index fd969d5..b4beaa7 100644 --- a/.github/workflows/notify.yml +++ b/.github/workflows/notify.yml @@ -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 }} +