mirror of
https://github.com/gcatanese/adyen-openapi.git
synced 2026-03-10 08:01:24 +00:00
Merge pull request #65 from Adyen/notify-workflow-fix
Fix workflow error "jobs.*.uses' key, not within steps"
This commit is contained in:
17
.github/workflows/notify.yml
vendored
17
.github/workflows/notify.yml
vendored
@@ -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 }}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user