File tree 2 files changed +6
-5
lines changed
2 files changed +6
-5
lines changed Original file line number Diff line number Diff line change 6
6
- " .github/**"
7
7
- " *.md"
8
8
9
+ permissions :
10
+ contents : write
11
+
9
12
jobs :
10
13
stylua :
11
14
runs-on : ubuntu-latest
12
15
steps :
13
16
- uses : actions/checkout@v4
14
- with :
15
- token : ${{ secrets.WORKFLOW_ACCESS_TOKEN }}
16
17
17
18
- uses : JohnnyMorganz/stylua-action@v2
18
19
with :
19
- token : ${{ secrets.WORKFLOW_ACCESS_TOKEN }}
20
+ token : ${{ secrets.GITHUB_TOKEN }}
20
21
args : --config-path=stylua.toml lua/
21
22
22
23
- uses : stefanzweifel/git-auto-commit-action@v4
27
28
- name : Push changes
28
29
uses : ad-m/github-push-action@master
29
30
with :
30
- github_token : ${{ secrets.WORKFLOW_ACCESS_TOKEN }}
31
+ token : ${{ secrets.GITHUB_TOKEN }}
31
32
branch : ${{ github.ref }}
Original file line number Diff line number Diff line change 72
72
run : |
73
73
git config user.name github-actions[bot]
74
74
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