File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -404,7 +404,7 @@ jobs:
404
404
uses : actions/checkout@v4
405
405
with :
406
406
repository : ' ansys/pyansys-geometry-binaries'
407
- token : ${{ env .BINARIES_TOKEN }}
407
+ token : ${{ secrets .BINARIES_TOKEN }}
408
408
409
409
- name : Download binaries
410
410
run : |
@@ -433,8 +433,8 @@ jobs:
433
433
mkdir $env:VERSION
434
434
mv windows-binaries.zip .\$env:VERSION\
435
435
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 }}
438
438
git add *
439
439
git commit -m "adding binaries for ${{ github.ref_name }}"
440
440
git push origin main
You can’t perform that action at this time.
0 commit comments