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 ec5316f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,11 +41,11 @@ 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 }}

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

0 comments on commit ec5316f

Please sign in to comment.