Skip to content

Commit

Permalink
Merge branch 'main' into release/0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
RobPasMue committed Oct 7, 2023
2 parents 6f9ed8a + 9892e2b commit 6bcf5c6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci_cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -404,7 +404,7 @@ jobs:
uses: actions/checkout@v4
with:
repository: 'ansys/pyansys-geometry-binaries'
token: ${{ env.BINARIES_TOKEN }}
token: ${{ secrets.BINARIES_TOKEN }}

- name: Download binaries
run: |
Expand Down Expand Up @@ -433,8 +433,8 @@ jobs:
mkdir $env:VERSION
mv windows-binaries.zip .\$env:VERSION\
mv linux-binaries.zip .\$env:VERSION\
git config user.email ${{ env.BINARIES_EMAIL }}
git config user.name ${{ env.BINARIES_USERNAME }}
git config user.email ${{ secrets.BINARIES_EMAIL }}
git config user.name ${{ secrets.BINARIES_USERNAME }}
git add *
git commit -m "adding binaries for ${{ github.ref_name }}"
git push origin main
Expand Down

0 comments on commit 6bcf5c6

Please sign in to comment.