diff --git a/.github/workflows/clang-format.yml b/.github/workflows/clang-format.yml index b430da7a7..8f14fd4b4 100644 --- a/.github/workflows/clang-format.yml +++ b/.github/workflows/clang-format.yml @@ -15,8 +15,8 @@ jobs: - name: Checkout Code uses: actions/checkout@v3 with: - token: ${{ secrets.GH_PAT }} # Use your custom token - fetch-depth: 1 # Only the latest snapshot is needed + token: ${{ secrets.GH_PAT }} + fetch-depth: 1 persist-credentials: true - name: Install Clang-Format