Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
aasmal97 committed Oct 13, 2023
2 parents ce7766e + 838a786 commit e65e082
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions .github/workflows/deploy_to_private_repo.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,19 +3,18 @@ on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
Clone-to-Target-Repo:
runs-on: ubuntu-latest
environment:
name: ci-cd-env
steps:
- uses: actions/checkout@v4
- name: "Build app and deploy to vercel"
uses: aasmal97/RepoSync@v1.0.0
uses: aasmal97/RepoSync@v1.1
with:
TARGET_REPO_URL: ${{secrets.TARGET_REPO_URL}}
TARGET_REPO_URL: ${{secrets.STUDY_AI_REPO_URL}}
TARGET_REPO_BRANCH: main
TARGET_REPO_GITHUB_ACCESS_TOKEN: ${{ secrets.PERSONAL_ACCESS_TOKEN }}
TARGET_REPO_GITHUB_ACCESS_TOKEN: ${{ secrets.STUDY_AI_REPO_ACCESS_TOKEN }}
BOT_NAME: testing-bot
BOT_EMAIL: arkyasmal@gmail.com

0 comments on commit e65e082

Please sign in to comment.