Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jihun-io authored Dec 13, 2024
1 parent 9f35cd5 commit ddd2e53
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: ${{ TOKEN }} // 변경
API_TOKEN_GITHUB: ${{ secrets.TOKEN }} // 변경
with:
source-directory: 'output'
destination-github-username: jihun-io // 변경
destination-repository-name: Dreamer // 변경
user-email: ${{ EMAIL }} // 변경
user-email: ${{ secrets.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 ddd2e53

Please sign in to comment.