Skip to content

Commit 7f32cb6

Browse files
authored
Pass GITHUB_TOKEN to release-github action (#844)
1 parent c84cf0e commit 7f32cb6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci_cd.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -580,6 +580,7 @@ jobs:
580580
uses: ansys/actions/release-github@v9
581581
with:
582582
library-name: ${{ env.PACKAGE_NAME }}
583+
token: ${{ secrets.GITHUB_TOKEN }}
583584

584585
upload_docs_dev:
585586
name: "Upload dev documentation"

0 commit comments

Comments
 (0)