Skip to content

Commit

Permalink
Update release-patch-workflow.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
mattd-mb authored Dec 12, 2024
1 parent 7463f52 commit c177255
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release-patch-workflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,6 @@ jobs:
echo "GITHUB_BRANCH: $GITHUB_BRANCH"
git status
git remote remove origin
git remote add origin https://x-access-token:${{ secrets.MATTD_GITHUB_TOKEN }}@github.com/${{ github.repository }}.git
git remote add origin https://${{ secrets.MATTD_GITHUB_TOKEN }}@github.com/${{ github.repository }}.git
git remove -v
git push origin "${GITHUB_BRANCH}"

0 comments on commit c177255

Please sign in to comment.