Skip to content

Commit

Permalink
ci: 파일 재작명(sync.yml to ci.yml), push 액션 교체
Browse files Browse the repository at this point in the history
  • Loading branch information
HiimKwak authored Nov 13, 2023
1 parent 3c5e7e1 commit c30c451
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 23 deletions.
24 changes: 24 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
name: Sync to personal repo

on:
push:
branches:
- main

jobs:
build:
runs-on: ubuntu-latest

steps:
- name: Checkout code
uses: actions/checkout@v4

- name: Push to release repository
uses: cpina/github-action-push-to-another-repository@main
env:
API_TOKEN_GITHUB: ${{ secrets.KWAK_GITHUB_TOKEN }}
with:
source-directory: .
destination-github-username: 'HiimKwak'
destination-repository-name: 'hufchichi_client'
target-branch: main
23 changes: 0 additions & 23 deletions .github/workflows/sync.yml

This file was deleted.

0 comments on commit c30c451

Please sign in to comment.