From 5af791ec3b5b0259f8292fa3b7470e96187091b2 Mon Sep 17 00:00:00 2001 From: Tim Gilevich Date: Mon, 14 Oct 2024 19:19:40 +0300 Subject: [PATCH] WIP --- .github/workflows/HW8.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/HW8.yml b/.github/workflows/HW8.yml index 6d0033b..3b7f31b 100644 --- a/.github/workflows/HW8.yml +++ b/.github/workflows/HW8.yml @@ -43,7 +43,7 @@ jobs: - name: Checkout uses: actions/checkout@v4 with: - token: ${{ secrets.CI_TOKEN }} + token: ${{ secrets.GITHUB_TOKEN }} submodules: true - name: Install Boost