From 25d831acf7c392b5afc806e38c48bb1c450f4d02 Mon Sep 17 00:00:00 2001 From: "CanbiZ (MickLesk)" <47820557+MickLesk@users.noreply.github.com> Date: Wed, 15 Apr 2026 08:44:40 +0200 Subject: [PATCH] ci: remove repo scope from app token (app not installed on ProxmoxVED) --- .github/workflows/auto-update-app-headers.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/auto-update-app-headers.yml b/.github/workflows/auto-update-app-headers.yml index fc52a927..4c64dfe3 100644 --- a/.github/workflows/auto-update-app-headers.yml +++ b/.github/workflows/auto-update-app-headers.yml @@ -25,8 +25,6 @@ jobs: with: client-id: ${{ vars.APP_ID }} private-key: ${{ secrets.APP_PRIVATE_KEY }} - owner: community-scripts - repositories: ProxmoxVED - name: Checkout repository uses: actions/checkout@v4