This commit is contained in:
CanbiZ
2025-07-21 07:48:43 +02:00
parent 39e68296ee
commit cda8d23a39
7 changed files with 34 additions and 16 deletions

View File

@@ -23,6 +23,8 @@ jobs:
with:
app-id: ${{ vars.APP_ID }}
private-key: ${{ secrets.APP_PRIVATE_KEY }}
owner: community-scripts
repositories: ProxmoxVED
- name: Generate a token for PR approval and merge
id: generate-token-merge
@@ -30,6 +32,8 @@ jobs:
with:
app-id: ${{ secrets.APP_ID_APPROVE_AND_MERGE }}
private-key: ${{ secrets.APP_KEY_APPROVE_AND_MERGE }}
owner: community-scripts
repositories: ProxmoxVED
- name: Checkout code
uses: actions/checkout@v4