From f8a12e7a192eb61418c5a8ac900b8d22d1e0b78f Mon Sep 17 00:00:00 2001 From: Roberto Pastor Muela <37798125+RobPasMue@users.noreply.github.com> Date: Mon, 10 Mar 2025 21:16:29 +0100 Subject: [PATCH] ci: update ansys/actions/release-github to use token --- .github/workflows/ci_cd.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci_cd.yml b/.github/workflows/ci_cd.yml index c417ed8322..9f62da7189 100644 --- a/.github/workflows/ci_cd.yml +++ b/.github/workflows/ci_cd.yml @@ -888,6 +888,7 @@ jobs: - name: Release to GitHub uses: ansys/actions/release-github@v8 with: + token: ${{ secrets.GITHUB_TOKEN }} library-name: ${{ env.PACKAGE_NAME }} additional-artifacts: windows-dms-dockerfile.zip windows-core-dockerfile.zip linux-core-dockerfile.zip