Skip to content

Commit f6a6068

Browse files
committed
🐛 fix: secret key 이름수정
1 parent b26bd04 commit f6a6068

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/github-actions.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- name: Push output to another repository
2525
uses: cpina/github-action-push-to-another-repository@main
2626
env:
27-
API_TOKEN_GITHUB: ${{ secrets.AUTO_ACTIONS }}
27+
API_TOKEN_GITHUB: ${{ secrets.API_TOKEN_GITHUB }}
2828
with:
2929
source-directory: 'output'
3030
destination-github-username: 'hiwon-lee' # <- 여기에 대상 사용자 이름

0 commit comments

Comments
 (0)