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 c4e11eb commit e154552Copy full SHA for e154552
.github/workflows/ci_cd.yml
@@ -133,6 +133,8 @@ jobs:
133
if: github.event_name == 'push' && contains(github.ref, 'refs/tags')
134
needs: [build-library]
135
runs-on: ubuntu-latest
136
+ permissions:
137
+ contents: write
138
steps:
139
- name: "Release to the public PyPI repository"
140
uses: ansys/actions/release-pypi-public@v8
@@ -145,6 +147,7 @@ jobs:
145
147
uses: ansys/actions/release-github@v8
146
148
with:
149
library-name: ${{ env.LIBRARY_NAME }}
150
+ token: ${{ secrets.GITHUB_TOKEN }}
151
152
doc-deploy-stable:
153
name: "Deploy stable documentation"
0 commit comments