Skip to content

Commit

Permalink
ci: Clone repo using PAT
Browse files Browse the repository at this point in the history
  • Loading branch information
uadnan committed Oct 9, 2024
1 parent f565d2a commit f30b6a6
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,14 +39,9 @@ jobs:
run: |
pip install --upgrade python-semantic-release
- name: Setup SSH Key
uses: webfactory/[email protected]
with:
ssh-private-key: ${{ secrets.STRONGMACHINE_PRIVATE_KEY }}

- name: Release
run: |
git clone git@github.com:strongio/torchcast
git clone https://${{ secrets.STRONGIO_MACHINE_PAT }}:github.com/strongio/torchcast
cd torchcast
semantic-release version --push --changelog --vcs-release --commit
env:
Expand Down

0 comments on commit f30b6a6

Please sign in to comment.