File tree Expand file tree Collapse file tree 2 files changed +6
-5
lines changed Expand file tree Collapse file tree 2 files changed +6
-5
lines changed Original file line number Diff line number Diff line change 66 - " .github/**"
77 - " *.md"
88
9+ permissions :
10+ contents : write
11+
912jobs :
1013 stylua :
1114 runs-on : ubuntu-latest
1215 steps :
1316 - uses : actions/checkout@v4
14- with :
15- token : ${{ secrets.WORKFLOW_ACCESS_TOKEN }}
1617
1718 - uses : JohnnyMorganz/stylua-action@v2
1819 with :
19- token : ${{ secrets.WORKFLOW_ACCESS_TOKEN }}
20+ token : ${{ secrets.GITHUB_TOKEN }}
2021 args : --config-path=stylua.toml lua/
2122
2223 - uses : stefanzweifel/git-auto-commit-action@v4
2728 - name : Push changes
2829 uses : ad-m/github-push-action@master
2930 with :
30- github_token : ${{ secrets.WORKFLOW_ACCESS_TOKEN }}
31+ token : ${{ secrets.GITHUB_TOKEN }}
3132 branch : ${{ github.ref }}
Original file line number Diff line number Diff line change 7272 run : |
7373 git config user.name github-actions[bot]
7474 git config user.email github-actions[bot]@users.noreply.github.com
75- git remote add gh-token "https://${{ secrets.GITHUB_TOKEN }}@github.com/google-github-actions /release-please-action.git"
75+ git remote add gh-token "https://${{ secrets.GITHUB_TOKEN }}@github.com/googleapis /release-please-action.git"
You can’t perform that action at this time.
0 commit comments