mirror of
https://github.com/RetroDECK/components-template.git
synced 2024-11-23 19:55:38 +00:00
PR: using an action to push
This commit is contained in:
parent
b3905bf765
commit
e1de1339e5
2
.github/workflows/pr_from_upstream.yml
vendored
2
.github/workflows/pr_from_upstream.yml
vendored
|
@ -79,7 +79,7 @@ jobs:
|
|||
uses: ad-m/github-push-action@master
|
||||
with:
|
||||
branch: "${{ env.BRANCH_NAME }}"
|
||||
github_token: ${{ secrets.REKKU_PRIVATE_KEY }}
|
||||
github_token: ${{ steps.generate-rekku-token.outputs.token || secrets.TRIGGER_BUILD_TOKEN }}
|
||||
|
||||
- name: Create Pull Request
|
||||
if: success()
|
||||
|
|
Loading…
Reference in a new issue