From a52162154fa7739e882c8f9789556124ec64c80a Mon Sep 17 00:00:00 2001 From: Zongyao Jin Date: Wed, 22 Nov 2023 23:43:52 -0800 Subject: [PATCH] update workflow --- .github/workflows/cpp-build.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/cpp-build.yml b/.github/workflows/cpp-build.yml index 9efd62b..735b542 100644 --- a/.github/workflows/cpp-build.yml +++ b/.github/workflows/cpp-build.yml @@ -14,13 +14,10 @@ jobs: steps: # Github checkout action | https://github.com/actions/checkout # Private repo checkout | https://github.com/actions/checkout/issues/116#issuecomment-644419389 - # Generate a PAT (personal access token) for your account, then add the PAT to repositories - # that need it (as a `secret`) to access other private repositories in your account for GitHub Action - name: Checkout repository with submodules uses: actions/checkout@v4 with: submodules: recursive - token: ${{ secrets.ZJ_REPO_PAT }} - name: Install common dependencies run: bash ./scripts/zj-common-scripts/zj-dependencies.bash