We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2a9c2ce + db0e446 commit 525bb2aCopy full SHA for 525bb2a
.github/workflows/error-codes-updater.yaml
@@ -35,7 +35,7 @@ jobs:
35
- name: Commit changes
36
uses: stefanzweifel/git-auto-commit-action@v4
37
with:
38
- commit_user_name: l5io
+ commit_user_name: meshery-ci
39
commit_user_email: [email protected]
40
commit_author: ${{ github.actor }} <${{ github.actor }}@users.noreply.github.com>
41
commit_options: "--signoff"
@@ -48,7 +48,7 @@ jobs:
48
49
repository: "meshery/meshery"
50
# token with write access to meshery repository
51
- token: ${{ secrets.GH_ACCESS_TOKEN }}
+ token: ${{ secrets.MESHERY_CI }}
52
path: "meshery"
53
ref: "master"
54
0 commit comments