File tree 2 files changed +7
-1
lines changed
2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change 30
30
registry : " ${{ env.AZURE_CONTAINER_REGISTRY }}"
31
31
username : " ${{ env.ACR_LOGIN_USERNAME }}"
32
32
password : " ${{ env.ACR_LOGIN_PASSWORD }}"
33
+
34
+ - name : GitHub Configuration
35
+ run :
git config --global url."https://oauth2:${{ secrets.GH_TOKEN }}@github.com".insteadOf [email protected]
33
36
34
37
- name : Configure branch name
35
38
id : branch_name
Original file line number Diff line number Diff line change 26
26
registry : " ${{ env.AZURE_CONTAINER_REGISTRY }}"
27
27
username : " ${{ env.ACR_LOGIN_USERNAME }}"
28
28
password : " ${{ env.ACR_LOGIN_PASSWORD }}"
29
-
29
+
30
+ - name : GitHub Configuration
31
+ run :
git config --global url."https://oauth2:${{ secrets.GH_TOKEN }}@github.com".insteadOf [email protected]
32
+
30
33
- name : Set up Docker Buildx
31
34
uses : docker/setup-buildx-action@v3
32
35
You can’t perform that action at this time.
0 commit comments