File tree Expand file tree Collapse file tree 1 file changed +3
-8
lines changed Expand file tree Collapse file tree 1 file changed +3
-8
lines changed Original file line number Diff line number Diff line change 49
49
echo "Tags are the same. No action needed."
50
50
echo "need_vcpkg_update=false" >> $GITHUB_OUTPUT
51
51
fi
52
-
53
- - name : Bump vcpkg
54
- if : ${{ steps.compare.outputs.need_vcpkg_update == 'true' }}
55
- env :
56
- GITHUB_TOKEN : ${{ secrets.MESHINSPECTOR_BOT_VCPKG_UPDATE_TOKEN }}
57
- run : echo "Starting vcpkg update..."
58
-
52
+
59
53
- name : Configure Git
60
54
run : |
61
55
git config --global user.email "${{ secrets.MESHINSPECTOR_BOT_EMAIL }}@gmail.com"
82
76
run : |
83
77
git commit -am "Update vcpkg tag to ${{ steps.get-latest-tag.outputs.latest_vcpkg_tag }}"
84
78
85
- - name : Push branch using GitHub CLI
79
+ - name : Push branch
86
80
run : |
81
+ git config --local http.https://github.com/.extraheader "AUTHORIZATION: basic $(echo -n x-access-token:${{ secrets.MESHINSPECTOR_BOT_VCPKG_UPDATE_TOKEN }} | base64)"
87
82
git push --set-upstream origin ${new_branch}
88
83
89
84
- name : Create Pull Request
You can’t perform that action at this time.
0 commit comments