Skip to content

Commit d8784f6

Browse files
authored
authorization mdofied
1 parent 206f3da commit d8784f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/dp.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ jobs:
7777
git config --global user.name "Taein2"
7878
git config --global github.token ${{ env.GITHUB_TOKEN }}
7979
git commit -am "Update image tag ${{ steps.tag_version.outputs.new_tag }}"
80-
git push -u https://x-access-token:${{ env.GITHUB_TOKEN }}@github.com/Project-Catcher/catcher-service-kusto.git main
80+
git push -u origin main
8181
8282
- name: Send Notification
8383
if: ${{ always() }}

0 commit comments

Comments
 (0)