Skip to content

Commit

Permalink
fixes (#58)
Browse files Browse the repository at this point in the history
  • Loading branch information
evandcoleman authored Sep 30, 2024
1 parent 24af8bd commit 1a8b8ba
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/create_release_branch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,16 @@ jobs:
env:
BRANCH: release/${{ steps.latest_firebase_release.outputs.latest_firebase_release }}

- name: Set git credentials
run: |
/usr/bin/git config --global --add url."https://${{ secrets.AFRESHY_PAT }}:x-oauth-basic@github".insteadOf ssh://git@github
/usr/bin/git config --global --add url."https://${{ secrets.AFRESHY_PAT }}:x-oauth-basic@github".insteadOf https://github
/usr/bin/git config --global --add url."https://${{ secrets.AFRESHY_PAT }}:x-oauth-basic@github".insteadOf git@github
- name: Create release branch
if: steps.check_branch.outputs.branch_exists == 'false'
run: |
git checkout -b $BRANCH
git push origin $BRANCH
env:
BRANCH: release/${{ steps.latest_firebase_release.outputs.latest_firebase_release }}
GITHUB_TOKEN: ${{ secrets.AFRESHY_PAT }}

0 comments on commit 1a8b8ba

Please sign in to comment.