From 4aca2236efe20416d640fa5c5c24491d7a20b533 Mon Sep 17 00:00:00 2001 From: devshinthant Date: Wed, 24 Jun 2026 17:45:38 +0700 Subject: [PATCH] chore: add rebase-pulling in cleanup CI workflow --- .github/workflows/node-api-cleanup.yaml | 1 + charts/node-api/values.yaml | 3 --- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/node-api-cleanup.yaml b/.github/workflows/node-api-cleanup.yaml index 1f35a48..cf358fa 100644 --- a/.github/workflows/node-api-cleanup.yaml +++ b/.github/workflows/node-api-cleanup.yaml @@ -37,4 +37,5 @@ jobs: fi git commit -m "Remove node-api preview for PR #${{ github.event.pull_request.number }}" + git pull --rebase origin main git push origin HEAD:main diff --git a/charts/node-api/values.yaml b/charts/node-api/values.yaml index 10b4642..c4180a0 100644 --- a/charts/node-api/values.yaml +++ b/charts/node-api/values.yaml @@ -5,9 +5,6 @@ image: tag: main pullPolicy: Always -imagePullSecrets: - - name: ghcr-pull-secret - service: type: ClusterIP port: 80