Skip to content

Commit

Permalink
fix: changelog action (#563)
Browse files Browse the repository at this point in the history
  • Loading branch information
jorgepiloto authored Oct 23, 2024
1 parent cafd615 commit 8871005
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/ci_cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,11 +45,12 @@ jobs:
pull-requests: write
runs-on: ubuntu-latest
steps:
- uses: ansys/actions/doc-changelog@v8
with:
token: ${{ secrets.PYANSYS_CI_BOT_TOKEN }}
bot-user: ${{ secrets.PYANSYS_CI_BOT_USERNAME }}
bot-email: ${{ secrets.PYANSYS_CI_BOT_EMAIL }}
- uses: ansys/actions/doc-changelog@v8
if: ${{ github.event_name == 'pull_request '}}
with:
token: ${{ secrets.PYANSYS_CI_BOT_TOKEN }}
bot-user: ${{ secrets.PYANSYS_CI_BOT_USERNAME }}
bot-email: ${{ secrets.PYANSYS_CI_BOT_EMAIL }}

code-style:
name: Code style
Expand Down

0 comments on commit 8871005

Please sign in to comment.