Skip to content

Commit 6bcf5c6

Browse files
committed
Merge branch 'main' into release/0.4
2 parents 6f9ed8a + 9892e2b commit 6bcf5c6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci_cd.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -404,7 +404,7 @@ jobs:
404404
uses: actions/checkout@v4
405405
with:
406406
repository: 'ansys/pyansys-geometry-binaries'
407-
token: ${{ env.BINARIES_TOKEN }}
407+
token: ${{ secrets.BINARIES_TOKEN }}
408408

409409
- name: Download binaries
410410
run: |
@@ -433,8 +433,8 @@ jobs:
433433
mkdir $env:VERSION
434434
mv windows-binaries.zip .\$env:VERSION\
435435
mv linux-binaries.zip .\$env:VERSION\
436-
git config user.email ${{ env.BINARIES_EMAIL }}
437-
git config user.name ${{ env.BINARIES_USERNAME }}
436+
git config user.email ${{ secrets.BINARIES_EMAIL }}
437+
git config user.name ${{ secrets.BINARIES_USERNAME }}
438438
git add *
439439
git commit -m "adding binaries for ${{ github.ref_name }}"
440440
git push origin main

0 commit comments

Comments
 (0)