diff --git a/.github/workflows/ci-build.yml b/.github/workflows/ci-build.yml index 458d895..7c4138d 100644 --- a/.github/workflows/ci-build.yml +++ b/.github/workflows/ci-build.yml @@ -28,7 +28,6 @@ jobs: uses: actions/checkout@v3 with: submodules: true - token: ${{ secrets.GHA_PAT }} - name: CMake_Build run: | @@ -67,7 +66,6 @@ jobs: uses: actions/checkout@v3 with: submodules: true - token: ${{ secrets.GHA_PAT }} - name: CMake_Generate run: |