mirror of
https://github.com/RetroDECK/components-template.git
synced 2024-11-22 03:15:37 +00:00
PR: fixing repo clone
This commit is contained in:
parent
85199bf690
commit
65f8679e1e
16
.github/workflows/pr_from_upstream.yml
vendored
16
.github/workflows/pr_from_upstream.yml
vendored
|
@ -19,14 +19,14 @@ jobs:
|
||||||
git checkout "${{ github.ref_name }}"
|
git checkout "${{ github.ref_name }}"
|
||||||
git branch --set-upstream-to=upstream/${{ github.ref_name }} ${{ github.ref_name }}
|
git branch --set-upstream-to=upstream/${{ github.ref_name }} ${{ github.ref_name }}
|
||||||
|
|
||||||
- name: Generate a token for Rekku
|
# - name: Generate a token for Rekku
|
||||||
id: generate-rekku-token
|
# id: generate-rekku-token
|
||||||
uses: actions/create-github-app-token@v1
|
# uses: actions/create-github-app-token@v1
|
||||||
with:
|
# with:
|
||||||
app-id: ${{ vars.REKKU_APP_ID }}
|
# app-id: ${{ vars.REKKU_APP_ID }}
|
||||||
private-key: ${{ secrets.REKKU_PRIVATE_KEY }}
|
# private-key: ${{ secrets.REKKU_PRIVATE_KEY }}
|
||||||
repositories: "RetroDECK,Cooker"
|
# repositories: "RetroDECK,Cooker"
|
||||||
owner: "RetroDECK"
|
# owner: "RetroDECK"
|
||||||
|
|
||||||
- name: Configuring Git
|
- name: Configuring Git
|
||||||
run: |
|
run: |
|
||||||
|
|
Loading…
Reference in a new issue