diff --git a/.github/workflows/ci-build.yml b/.github/workflows/ci-build.yml index 454c0a6..ad6c666 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_Debug run: | @@ -87,7 +86,6 @@ jobs: uses: actions/checkout@v3 with: submodules: true - token: ${{ secrets.GHA_PAT }} - name: CMake_Generate run: |