We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 206f3da commit d8784f6Copy full SHA for d8784f6
.github/workflows/dp.yml
@@ -77,7 +77,7 @@ jobs:
77
git config --global user.name "Taein2"
78
git config --global github.token ${{ env.GITHUB_TOKEN }}
79
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
+ git push -u origin main
81
82
- name: Send Notification
83
if: ${{ always() }}
0 commit comments