File tree Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -35,11 +35,16 @@ jobs:
35
35
env :
36
36
BRANCH : release/${{ steps.latest_firebase_release.outputs.latest_firebase_release }}
37
37
38
+ - name : Set git credentials
39
+ run : |
40
+ /usr/bin/git config --global --add url."https://${{ secrets.AFRESHY_PAT }}:x-oauth-basic@github".insteadOf ssh://git@github
41
+ /usr/bin/git config --global --add url."https://${{ secrets.AFRESHY_PAT }}:x-oauth-basic@github".insteadOf https://github
42
+ /usr/bin/git config --global --add url."https://${{ secrets.AFRESHY_PAT }}:x-oauth-basic@github".insteadOf git@github
43
+
38
44
- name : Create release branch
39
45
if : steps.check_branch.outputs.branch_exists == 'false'
40
46
run : |
41
47
git checkout -b $BRANCH
42
48
git push origin $BRANCH
43
49
env :
44
50
BRANCH : release/${{ steps.latest_firebase_release.outputs.latest_firebase_release }}
45
- GITHUB_TOKEN : ${{ secrets.AFRESHY_PAT }}
You can’t perform that action at this time.
0 commit comments