ci(actions): fix push denied (#3392) (#3393)

Signed-off-by: rjshrjndrn <rjshrjndrn@gmail.com>
This commit is contained in:
Rajesh Rajendran 2025-05-12 16:58:19 +02:00 committed by GitHub
parent f264ba043d
commit bbfa20c693
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -32,7 +32,7 @@ jobs:
- name: Set Remote with GITHUB_TOKEN
run: |
git config --global --unset http.https://github.com/.extraheader
git config --unset http.https://github.com/.extraheader
git remote set-url origin https://x-access-token:${{ secrets.ACTIONS_COMMMIT_TOKEN }}@github.com/${{ github.repository }}
- name: Push main branch to tag