Skip to content

Commit 1e65fba

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

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/release.yaml

+3-1
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ jobs:
1313
steps:
1414
- name: Checkout Repository
1515
uses: actions/checkout@v4
16+
with:
17+
token: ${{ secrets.ADFINISBOT_PAT }}
1618

1719
- name: Semantic Release
1820
uses: go-semantic-release/action@v1
@@ -41,11 +43,11 @@ jobs:
4143
if: steps.semrel.outputs.version != ''
4244
with:
4345
message: "chore(release): ${{ steps.semrel.outputs.version }} [skip ci]"
44-
default_author: github_actions
4546
add: |
4647
api/pyproject.toml
4748
ember/package.json
4849
charts/outdated/Chart.yaml
50+
github_token: ${{ secrets.ADFINISBOT_PAT }}
4951

5052
- name: Login to GitHub Container Registry
5153
uses: docker/login-action@v3

0 commit comments

Comments
 (0)