Skip to content

Commit 30b0f7b

Browse files
committed
chore: use PAT when auto commit
1 parent 8ee7c6e commit 30b0f7b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/cd.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ jobs:
4141
- uses: actions/checkout@v4
4242
with:
4343
ref: ${{ github.head_ref }}
44+
token: ${{ secrets.PERSONAL_ACCESS_TOKEN }}
4445

4546
- uses: actions/setup-go@v5
4647
with:
@@ -80,5 +81,5 @@ jobs:
8081

8182
- uses: stefanzweifel/git-auto-commit-action@v5
8283
with:
83-
commit_message: "chore(deploy): deploy ${{ github.event.release.tag_name }} version"
84+
commit_message: "chore: deploy ${{ github.event.release.tag_name }}"
8485
branch: main

0 commit comments

Comments
 (0)