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 Nov 28, 2024
1 parent 9680ef9 commit 6a4fb90
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 @@ -27,4 +27,5 @@ jobs:
echo "GITHUB_REPO: $GITHUB_REPO"
echo "GITHUB_BRANCH: $GITHUB_BRANCH"
git status
git push "https://${GITHUB_REPO}" "${GITHUB_BRANCH}"
git remote set-url origin "https://${GITHUB_USER}:${{ secrets.MATTD_GITHUB_TOKEN }}@github.com/${{ github.repository }}
git push origin "${GITHUB_BRANCH}"

0 comments on commit 6a4fb90

Please sign in to comment.