Update test.yml

This commit is contained in:
Kamil Chodoła
2023-04-26 18:56:21 +02:00
committed by GitHub
parent 0694f0b827
commit 14594dafbc

View File

@@ -23,7 +23,7 @@ jobs:
run: |
chmod +x scripts/wait-for-workflow.sh
export GITHUB_TOKEN="${{ secrets.REPOSITORY_DISPATCH_TOKEN }}"
export WORKFLOW_ID="to_be_triggered"
export WORKFLOW_ID="to_be_triggered.yml"
export MAX_WAIT_MINUTES="3"
export ORG_NAME="kamilchodola"
export REPO_NAME="wait-for-workflow-action"