Skip to content

Commit

Permalink
fix: changelog action inputs (#20)
Browse files Browse the repository at this point in the history
(cherry picked from commit e0866d7)
  • Loading branch information
jorgepiloto authored and ansjhenry committed Jan 20, 2025
1 parent 27b773f commit a5f747c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/ci_cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,8 @@ jobs:
- uses: ansys/actions/doc-deploy-changelog@v8
with:
token: ${{ secrets.PYANSYS_CI_BOT_TOKEN }}
bot-user: ${{ secrets.PYANSYS_CI_BOT_USERNAME }}
bot-email: ${{ secrets.PYANSYS_CI_BOT_EMAIL }}

release:
name: "Release project"
Expand All @@ -135,6 +137,7 @@ jobs:
uses: ansys/actions/release-github@v8
with:
library-name: ${{ env.LIBRARY_NAME }}
token: ${{ secrets.GITHUB_TOKEN }}

doc-deploy-dev:
name: "Deploy development documentation"
Expand Down Expand Up @@ -164,4 +167,4 @@ jobs:
cname: ${{ env.DOCUMENTATION_CNAME }}
token: ${{ secrets.PYANSYS_CI_BOT_TOKEN }}
bot-user: ${{ secrets.PYANSYS_CI_BOT_USERNAME }}
bot-email: ${{ secrets.PYANSYS_CI_BOT_EMAIL }}
bot-email: ${{ secrets.PYANSYS_CI_BOT_EMAIL }}
1 change: 1 addition & 0 deletions doc/changelog.d/20.fixed.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
fix: changelog action inputs

0 comments on commit a5f747c

Please sign in to comment.