mirror of
https://github.com/RetroDECK/components-template.git
synced 2024-11-24 04:05:39 +00:00
PR: fixing repo clone
This commit is contained in:
parent
e0d1911fd8
commit
733f9d386e
2
.github/workflows/pr_from_upstream.yml
vendored
2
.github/workflows/pr_from_upstream.yml
vendored
|
@ -79,7 +79,7 @@ jobs:
|
|||
if: success()
|
||||
uses: peter-evans/create-pull-request@v7.0.5
|
||||
with:
|
||||
#token: ${{ steps.generate-rekku-token.outputs.token || secrets.GITHUB_TOKEN }}
|
||||
token: ${{ steps.generate-rekku-token.outputs.token || secrets.TRIGGER_BUILD_TOKEN }}
|
||||
commit-message: "Sync with upstream changes from ${{ env.UPSTREAM_REPO }}"
|
||||
branch: ${{ env.BRANCH_NAME }}
|
||||
title: "Sync with upstream ${{ env.UPSTREAM_REPO }}"
|
||||
|
|
Loading…
Reference in a new issue