PR: using an action to push

This commit is contained in:
XargonWan 2024-11-08 10:16:27 +09:00
parent 68ec08e7da
commit 4c7690c659

View file

@ -76,8 +76,10 @@ jobs:
- name: Push changes to new branch
if: success()
run: |
git push origin "${{ env.BRANCH_NAME }}"
uses: ad-m/github-push-action@v0.8.0
with:
branch: "${{ env.BRANCH_NAME }}"
github_token: ${{ secrets.REKKU_PRIVATE_KEY }}
- name: Create Pull Request
if: success()