From 35cc000a2a38ba1284a054e79b10d84cd50d8cef Mon Sep 17 00:00:00 2001 From: Michel Roegl-Brunner Date: Tue, 7 Oct 2025 11:31:35 +0200 Subject: [PATCH] Workflow --- .github/workflows/publish_release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/publish_release.yml b/.github/workflows/publish_release.yml index 2775c28..ccaf3d7 100644 --- a/.github/workflows/publish_release.yml +++ b/.github/workflows/publish_release.yml @@ -18,7 +18,7 @@ jobs: id: generate-token uses: actions/create-github-app-token@v2 with: - app-id: ${{ vars.APP_ID_APPROVE_AND_MERGE }} + app-id: ${{ secrets.APP_ID_APPROVE_AND_MERGE }} private-key: ${{ secrets.APP_KEY_APPROVE_AND_MERGE }} owner: community-scripts repositories: ProxmoxVE-Local @@ -27,7 +27,7 @@ jobs: id: generate-token-merge uses: actions/create-github-app-token@v2 with: - app-id: ${{ vars.APP_ID_APPROVE_AND_MERGE }} + app-id: ${{ secrets.APP_ID_APPROVE_AND_MERGE }} private-key: ${{ secrets.APP_KEY_APPROVE_AND_MERGE }} owner: community-scripts repositories: ProxmoxVE-Local