From bfe748d35b578d6dee19a6858b500700d3d51ff5 Mon Sep 17 00:00:00 2001 From: Beppe Catanese <1771700+gcatanese@users.noreply.github.com> Date: Tue, 13 May 2025 18:29:52 +0200 Subject: [PATCH] Revert PR #62 --- .github/workflows/notify.yml | 17 ++++++++--------- 1 file changed, 8 insertions(+), 9 deletions(-) diff --git a/.github/workflows/notify.yml b/.github/workflows/notify.yml index b4beaa7..96c7b57 100644 --- a/.github/workflows/notify.yml +++ b/.github/workflows/notify.yml @@ -6,13 +6,12 @@ on: workflow_dispatch: jobs: - sdk-automation: - uses: Adyen/adyen-sdk-automation/.github/workflows/gradle.yml@main - secrets: + notify: + runs-on: ubuntu-latest + env: GITHUB_TOKEN: ${{ secrets.ADYEN_AUTOMATION_BOT_ACCESS_TOKEN }} - - postman: - uses: Adyen/adyen-postman/.github/workflows/trigger-postman.yml@main - secrets: - 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