Skip to content

Commit

Permalink
perms fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Jaffa-Cakes committed Oct 17, 2023
1 parent d9474ee commit cf857f2
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/format.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,4 @@ jobs:
git config --local user.name "GitHub Action"
git add -A
git commit -m "Auto format code"
git push
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
git push https://${{ secrets.GITHUB_TOKEN }}@github.com/${{ github.repository }}.git

0 comments on commit cf857f2

Please sign in to comment.