Skip to content

Commit

Permalink
fix: Github token clang-format.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
marc-gav committed Feb 18, 2024
1 parent 103a7a9 commit bb8c431
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/clang-format.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,5 +38,5 @@ jobs:
- name: Push changes
uses: ad-m/github-push-action@master
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ github.token }}
branch: ${{ github.ref }}

0 comments on commit bb8c431

Please sign in to comment.