Skip to content

Commit 3f2b825

Browse files
committed
fix(ci): use adfinis bot for release commits
1 parent 508eea1 commit 3f2b825

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/release.yaml

+2-1
Original file line numberDiff line numberDiff line change
@@ -41,11 +41,12 @@ jobs:
4141
if: steps.semrel.outputs.version != ''
4242
with:
4343
message: "chore(release): ${{ steps.semrel.outputs.version }} [skip ci]"
44-
default_author: github_actions
4544
add: |
4645
api/pyproject.toml
4746
ember/package.json
4847
charts/outdated/Chart.yaml
48+
github_token: ${{ secrets.ADFINISBOT_PAT }}
49+
default_author: user_info
4950

5051
- name: Login to GitHub Container Registry
5152
uses: docker/login-action@v3

0 commit comments

Comments
 (0)