Skip to content

Commit

Permalink
Update clang-format.yml with the correct GitHub token
Browse files Browse the repository at this point in the history
  • Loading branch information
valeriof7 authored Feb 10, 2025
1 parent 2e7c79a commit ddd1ccc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/clang-format.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- name: Checkout Code
uses: actions/checkout@v3
with:
token: ${{ secrets.GH_PAT }}
token: ${{ secrets.GH_TOKEN }}
fetch-depth: 1
persist-credentials: true

Expand Down Expand Up @@ -86,4 +86,4 @@ jobs:
echo "Formatting issues were detected and fixed."
else
echo "Code is properly formatted."
fi
fi

0 comments on commit ddd1ccc

Please sign in to comment.