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 5021e84 commit 71e3840
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions .github/workflows/release-patch-workflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,12 @@ jobs:
git status
git commit -a -m "Updating workflow file"
git status
- uses: ad-m/github-push-action@master
with:
github_token: ${{ secrets.MATTD_GITHUB_TOKEN }}
branch: ${{ github.ref }}
- shell: bash
env:
MATTD_GITHUB_TOKEN: ${{ secrets.MATTD_GITHUB_TOKEN }}
GITHUB_USER: [email protected]
GITHUB_REPO: "github.com/${{ github.repository }}.git"
GITHUB_BRANCH: ${{ github.head_ref || github.ref_name }}
run: |
git status
git push "https://${GITHUB_USER}:${MATTD_GITHUB_TOKEN}@${GITHUB_REPO}" "${GITHUB_BRANCH}"

0 comments on commit 71e3840

Please sign in to comment.