Skip to content

Commit

Permalink
fix: main.yml ์ˆ˜์ •
Browse files Browse the repository at this point in the history
  • Loading branch information
์•ˆ์ฑ„์—ฐ authored and ์•ˆ์ฑ„์—ฐ committed Sep 6, 2023
1 parent 0cd4492 commit 9967344
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
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_ }}
API_TOKEN_GITHUB: ${{ secrets.CHAEYEON_PERSONAL_TOKEN }}
with:
source-directory: 'output'
destination-github-username: chaeyeonan
destination-repository-name: EWHATEVER-FRONT
user-email: ${{ secrets.OFFICIAL_ACCOUNT_EMAIL }}
user-email: ${{ secrets.CHAYEON_EMAIL }}
commit-message: ${{ github.event.commits[0].message }}
target-branch: main
- name: Test get variable exported by push-to-another-repository
Expand Down

0 comments on commit 9967344

Please sign in to comment.