Skip to content

Commit 1a8b8ba

Browse files
authored
fixes (#58)
1 parent 24af8bd commit 1a8b8ba

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/create_release_branch.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,11 +35,16 @@ jobs:
3535
env:
3636
BRANCH: release/${{ steps.latest_firebase_release.outputs.latest_firebase_release }}
3737

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+
3844
- name: Create release branch
3945
if: steps.check_branch.outputs.branch_exists == 'false'
4046
run: |
4147
git checkout -b $BRANCH
4248
git push origin $BRANCH
4349
env:
4450
BRANCH: release/${{ steps.latest_firebase_release.outputs.latest_firebase_release }}
45-
GITHUB_TOKEN: ${{ secrets.AFRESHY_PAT }}

0 commit comments

Comments
 (0)