Skip to content

Commit 525bb2a

Browse files
authored
Merge pull request #741 from meshery/hamza-mohd-patch-1
Update error-codes-updater.yaml
2 parents 2a9c2ce + db0e446 commit 525bb2a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/error-codes-updater.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
- name: Commit changes
3636
uses: stefanzweifel/git-auto-commit-action@v4
3737
with:
38-
commit_user_name: l5io
38+
commit_user_name: meshery-ci
3939
commit_user_email: [email protected]
4040
commit_author: ${{ github.actor }} <${{ github.actor }}@users.noreply.github.com>
4141
commit_options: "--signoff"
@@ -48,7 +48,7 @@ jobs:
4848
with:
4949
repository: "meshery/meshery"
5050
# token with write access to meshery repository
51-
token: ${{ secrets.GH_ACCESS_TOKEN }}
51+
token: ${{ secrets.MESHERY_CI }}
5252
path: "meshery"
5353
ref: "master"
5454

0 commit comments

Comments
 (0)