Merge branch 'main' of https://github.com/community-scripts/ProxmoxVED
This commit is contained in:
commit
eca2b2d578
5
.github/workflows/move-to-main-repo.yaml
vendored
5
.github/workflows/move-to-main-repo.yaml
vendored
@ -16,9 +16,8 @@ jobs:
|
|||||||
id: generate-token
|
id: generate-token
|
||||||
uses: actions/create-github-app-token@v1
|
uses: actions/create-github-app-token@v1
|
||||||
with:
|
with:
|
||||||
app-id: ${{ vars.PUSH_TO_MAIN_APP_ID }}
|
app-id: ${{ vars.MAIN_APP_ID }}
|
||||||
private-key: ${{ secrets.PUSH_TO_MAIN_APP_SECRET }}
|
private-key: ${{ secrets.MAIN_APP_PRIVATE_KEY }}
|
||||||
repositories: ProxmoxVE
|
|
||||||
|
|
||||||
- name: Checkout repository
|
- name: Checkout repository
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
Loading…
x
Reference in New Issue
Block a user