From 3e506abc9321c37ca09d17b714fa509dbba7c50a Mon Sep 17 00:00:00 2001 From: Sun Serega Date: Sat, 24 Jun 2023 19:57:29 +0300 Subject: [PATCH] +26 --- .github/workflows/on commit.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/on commit.yaml b/.github/workflows/on commit.yaml index db038e15..5d960594 100644 --- a/.github/workflows/on commit.yaml +++ b/.github/workflows/on commit.yaml @@ -154,7 +154,6 @@ jobs: steps: - uses: actions/github-script@v5 with: - github-token: ${{ secrets.PAT_TOKEN }} script: | await github.rest.actions.createWorkflowDispatch({ @@ -162,5 +161,6 @@ jobs: repo: 'OpenCL-test', workflow_id: 'windows on commit.yaml', ref: 'main', + github-token: secrets.PAT_TOKEN }); \ No newline at end of file