From 4751ec4cbb7289172229efaaa4879154253cef80 Mon Sep 17 00:00:00 2001 From: hnthh Date: Wed, 6 Dec 2023 01:33:21 +0300 Subject: [PATCH] child ci --- .github/workflows/child.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/child.yml b/.github/workflows/child.yml index 50c63061..a18294e4 100644 --- a/.github/workflows/child.yml +++ b/.github/workflows/child.yml @@ -19,5 +19,5 @@ jobs: - name: run env: - GH_TOKEN: ${{ secrets.GH_TOKEN }} + GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} run: gh workflow run ./.github/workflows/ci.yml