We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 330d7f5 commit 239c424Copy full SHA for 239c424
.github/workflows/ci_cd.yml
@@ -314,6 +314,8 @@ jobs:
314
if: github.event_name == 'push' && contains(github.ref, 'refs/tags')
315
needs: [update-changelog, build-library]
316
runs-on: ubuntu-latest
317
+ permissions:
318
+ contents: write
319
steps:
320
- name: "Release to the public PyPI repository"
321
uses: ansys/actions/release-pypi-public@v8
@@ -326,6 +328,7 @@ jobs:
326
328
uses: ansys/actions/release-github@v8
327
329
with:
330
library-name: ${{ env.PACKAGE_NAME }}
331
+ token: ${{ secrets.GITHUB_TOKEN }}
332
333
doc-deploy-dev:
334
name: "Deploy development documentation"
0 commit comments