Skip to content

Commit

Permalink
added ssh set url
Browse files Browse the repository at this point in the history
  • Loading branch information
catchSheep committed Jul 5, 2024
1 parent bec0e90 commit 220f722
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/notebook_colab_gen.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@ jobs:
uses: actions/checkout@v4
- name: Run the colab build script
run: python build_scripts/colab_nb_builder.py --directory notebooks
- run: echo "Job status is ${{ job.status }}"
- name: switch from HTTPS to SSH
run: git remote set-url origin ${{ secrets.ssh }}
- name: check for changes
run: git status
- name: stage changed files
Expand All @@ -21,3 +22,4 @@ jobs:
run: git fetch
- name: push code
run: git push
- run: echo "Job status is ${{ job.status }}"

0 comments on commit 220f722

Please sign in to comment.