Skip to content

Commit

Permalink
chore: github action 수정 및 테스트 파일 삭제
Browse files Browse the repository at this point in the history
  • Loading branch information
coggiee committed May 22, 2024
1 parent 3701756 commit 8df48b8
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,12 @@ jobs:
id: push_directory
uses: cpina/github-action-push-to-another-repository@main
env:
API_TOKEN_GITHUB: ${{ secrets.AUTO_ACTION_TOKEN_2 }}
API_TOKEN_GITHUB: ${{ secrets.ACTION_TOKEN_HWISIK }}
with:
source-directory: 'output'
destination-github-username: coggiee
destination-repository-name: Uket
user-email: ${{ secrets.ACCOUNT_EMAIL_2 }}
user-email: ${{ secrets.ACCOUNT_EMAIL_HWISIK }}
commit-message: ${{ github.event.commits[0].message }}
target-branch: main
- name: Test get variable exported by push-to-another-repository
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,12 @@ jobs:
id: push_directory
uses: cpina/github-action-push-to-another-repository@main
env:
API_TOKEN_GITHUB: ${{ secrets.AUTO_ACTION_TOKEN }}
API_TOKEN_GITHUB: ${{ secrets.ACTION_TOKEN_SUBIN }}
with:
source-directory: 'output'
destination-github-username: SonSuBin129
destination-repository-name: uket-FE
user-email: ${{ secrets.ACCOUNT_EMAIL }}
user-email: ${{ secrets.ACCOUNT_EMAIL_SUBIN }}
commit-message: ${{ github.event.commits[0].message }}
target-branch: main
- name: Test get variable exported by push-to-another-repository
Expand Down
1 change: 0 additions & 1 deletion TEST.md

This file was deleted.

1 change: 0 additions & 1 deletion apps/user/TEST.md

This file was deleted.

0 comments on commit 8df48b8

Please sign in to comment.