Skip to content

Commit 970108e

Browse files
committed
clean: no ssh key needed anymore to clone rs-demo
1 parent 937a9b9 commit 970108e

File tree

1 file changed

+3
-7
lines changed

1 file changed

+3
-7
lines changed

.github/workflows/publish-binaries.yml

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -493,7 +493,7 @@ jobs:
493493
- uses: actions/checkout@v4
494494

495495
# Download .whl files into a local dir
496-
# TODO: the following 5 comments have to be activated when the pydantic conflict is solved
496+
# TODO: the next 5 commented lines must be reactivated when the pydantic conflict is solved
497497
#- name: Download .whl dependencies
498498
# uses: actions/download-artifact@v4
499499
# with:
@@ -547,12 +547,8 @@ jobs:
547547
run: |
548548
set -x
549549
550-
# Clone the rs-demo repository.
551-
# Use the ssh public key from: https://github.com/RS-PYTHON/rs-demo/settings/keys
552-
# and the private key from: https://github.com/RS-PYTHON/rs-server/settings/secrets/actions
553-
eval "$(ssh-agent -s)"
554-
ssh-add - <<< "${{ secrets.RS_DEMO_PRIVATE_SSH_KEY }}"
555-
git clone [email protected]:RS-PYTHON/rs-demo.git
550+
# Clone the rs-demo repository
551+
git clone https://github.com/RS-PYTHON/rs-demo.git
556552
557553
# Try to checkout in rs-demo the same branch name than in rs-server.
558554
# If the branch doesn't exist, it's ok, we stay on the default branch.

0 commit comments

Comments
 (0)