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 b968160 commit 607d1cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-patch-workflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,5 @@ jobs:
echo "GITHUB_REPO: $GITHUB_REPO"
echo "GITHUB_BRANCH: $GITHUB_BRANCH"
git status
git remote set-url origin https://x-access-token:${{ secrets.MATTD_GITHUB_TOKEN }}@github.com/${{ github.repository }}
git remote add origin https://x-access-token:${{ secrets.MATTD_GITHUB_TOKEN }}@github.com/${{ github.repository }}.git
git push origin "${GITHUB_BRANCH}"

0 comments on commit 607d1cd

Please sign in to comment.