Skip to content

Commit

Permalink
ci: PAT를 AUTH헤더에 넘겨주기 위한 추가 설정
Browse files Browse the repository at this point in the history
  • Loading branch information
HiimKwak committed Nov 13, 2023
1 parent c30c451 commit 33551ae
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@ jobs:
- name: Checkout code
uses: actions/checkout@v4

- name: Config git extraheader
run: |
git config --unset-all http.https://github.com/.extraheader
- name: Push to release repository
uses: cpina/github-action-push-to-another-repository@main
env:
Expand Down

0 comments on commit 33551ae

Please sign in to comment.