From d600c0cad9848224a5f23f4ecf6bf7d4cb9cfe05 Mon Sep 17 00:00:00 2001 From: Sam Heinz <54530346+asylumexp@users.noreply.github.com> Date: Thu, 15 May 2025 12:12:07 +1000 Subject: [PATCH] Update frontend-cicd.yml --- .github/workflows/frontend-cicd.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/frontend-cicd.yml b/.github/workflows/frontend-cicd.yml index e6993928b..77f9533a8 100644 --- a/.github/workflows/frontend-cicd.yml +++ b/.github/workflows/frontend-cicd.yml @@ -85,7 +85,7 @@ jobs: deploy: runs-on: ubuntu-latest needs: build - if: github.ref == 'refs/heads/main' && github.repository == 'community-scripts/ProxmoxVE' + if: github.ref == 'refs/heads/main' && github.repository == 'asylumexp/Proxmox' permissions: pages: write id-token: write