Skip to content

Commit

Permalink
Final tests setup
Browse files Browse the repository at this point in the history
  • Loading branch information
sAchin-680 committed Sep 23, 2024
1 parent 1b0bb88 commit 7f82690
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,6 @@ jobs:
run: git remote add render https://github.com/sAchin-680/advanced_api.git

- name: Deploy to Render
run: git push render main
env:
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
run: git push https://sAchin-680:${{ secrets.GITHUB_TOKEN }}@github.com/sAchin-680/advanced_api.git main

0 comments on commit 7f82690

Please sign in to comment.