diff --git a/.github/workflows/auto_release.yaml b/.github/workflows/auto_release.yaml index 1f878d4..2baf3a2 100644 --- a/.github/workflows/auto_release.yaml +++ b/.github/workflows/auto_release.yaml @@ -32,11 +32,11 @@ jobs: steps: - name: Checkout uses: actions/checkout@v6 - with: - # Use your GitHub Personal Access Token variable here. - token: ${{ secrets.NUGET_KEY }} - lfs: true - submodules: 'recursive' + # with: + # # Use your GitHub Personal Access Token variable here. + # token: ${{ secrets.NUGET_KEY }} + # lfs: true + # submodules: 'recursive' - name: Check Test Results id: tests