Skip to content

chore: yml 수정

chore: yml 수정 #2

Workflow file for this run

name: Clone Repository on Build Branch Push
on:
push:
branches:
- build
jobs:
clone_repo:
runs-on: ubuntu-latest
steps:
- name: Checkout the repository
uses: actions/checkout@v3
- name: Clone the repository to personal account
run: |
git clone https://${{ secrets.LURGI_PERSONAL_ACCESS_TOKEN }}@github.com/lurgi/wanna-woowa-blog.git