Skip to content

Commit

Permalink
fix(ci): use adfinis bot for release commits
Browse files Browse the repository at this point in the history
  • Loading branch information
c0rydoras committed Feb 20, 2024
1 parent 508eea1 commit 3f2b825
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,11 +41,12 @@ jobs:
if: steps.semrel.outputs.version != ''
with:
message: "chore(release): ${{ steps.semrel.outputs.version }} [skip ci]"
default_author: github_actions
add: |
api/pyproject.toml
ember/package.json
charts/outdated/Chart.yaml
github_token: ${{ secrets.ADFINISBOT_PAT }}
default_author: user_info

- name: Login to GitHub Container Registry
uses: docker/login-action@v3
Expand Down

0 comments on commit 3f2b825

Please sign in to comment.